.temp-mssg {
	display: block;
  text-align: center;
  padding: 25px 0 15px;
  color: #000;
  font-size: 18px;
}
/*---------------------------------------------- Main banner ----------------------------------------------*/
/*animation rules for main banner (zoom it to 1.1)*/
@-webkit-keyframes scaling {
		0%   { transform: scale(1); }
    100% { transform: scale(1.05); } 
}
.container-fluid.outer {
		overflow: hidden; 
  	padding-left: 0px;
    padding-right: 0px;
  	position: relative;
}
.main-big-banner.inner {
 		background: url('https://cdn.webshopapp.com/shops/137680/files/253050701/health-and-care.jpg') no-repeat;
  	background-position: center;
    background-size: cover;
    width: 100%;
    height: 450px;
  	overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
  
  	animation: scaling 2s linear;
  	animation-fill-mode: forwards;
  	-moz-animation-fill-mode: forwards; 
}
.main-info-tab {
    height: 100%;
  	position: relative;
}
.main-tab-wrap {
    position: absolute;
    width: 35%;
    height: 230px;
    background-color: rgba(255,255,255, 0.7);
    bottom: 100px;
    z-index: 1;
    border-radius: 10px;
    color: #000;
    font-weight: 900;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  	text-align: center;
    justify-content: space-around;
    padding: 20px;
}
.main-tab-wrap h1 {
    text-align: center;
    color: #000;
    letter-spacing: 0.05em;
    font-size: 20px;
}
.code-for-discount {
	line-height: 1.3em;
    font-size: 28px;
    font-weight: 900;
}
.sale-code-wrapp {
    display: flex;
    flex-direction: column;
    background: #39B54A;
  	text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: -75px;
    width: 100px;
    height: 100px;
    color: #fff;
    font-weight: 100;
}

.main-tab-wrap a {
   	background: #14a904;
    border: none;
    -webkit-border-radius: 5;
    border-radius: 5px;
    color: #ffffff;
    padding: 15px 35px;
    display: flex;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
}
.main-tab-wrap a:after, .image-holder-a a:after  {
   content: url('https://cdn.webshopapp.com/shops/132268/files/208399571/right-arrow.png');
  	margin-left: 6px;
  	margin-top: 1px;
}

.main-tab-wrap a:hover {
    cursor: pointer;
  	background: #119403;
}
.some-banner-text {
	position: absolute;
  bottom: 130px;
   right: 0; 
  color: #fff;
  text-shadow: 3px 3px 1px #3c3c3c;
  width: 60%;
  text-align: center;
  font-family: 'Palanquin Dark', sans-serif;
/*   letter-spacing: 1px; */
}
.some-banner-text	div:first-child {
	font-size: 2.3em;
  margin-bottom: 70px;
	line-height: 1.2em;
}
.some-banner-text	div:last-child {
	font-size: 1.5em;
	line-height: 1.5em;
}
@media (max-width: 768px) {
    .some-banner-text	div:first-child {
        font-size: 1.9em;
		}
  .some-banner-text	div:last-child {
    font-size: 1.3em;
    font-weight: 100; 
	}
}
@media (max-width: 768px) and (min-width: 426px) {
	.main-tab-wrap span {
    font-size: 20px;
	}
  .sale-code {
    font-weight: bold!important;
    font-size: 14px!important;
	}
}
@media (max-width: 425px) {
    .main-big-banner {
        height: 300px;
    }
    .main-tab-wrap {
			  width: 380px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    .main-info-tab {
       	width: 100%;
    }
}
/* @media (max-width: 425px) and (min-width: 375px) {
  .homesliderthree {
    bottom: 46px;
  }
}
@media (max-width: 767px) and (min-width: 425px) {
  .homesliderthree {
    bottom: 58px;
  } 
}
@media (max-width: 374px) and (min-width: 350px) {
  .homesliderthree {
    bottom: 42px;
  } 
} */
@media (max-width: 375px) {
    .main-tab-wrap {
        padding: 10px;
			  width: 325px;
    }
}
@media (max-width: 320px) {
    .main-tab-wrap {
      	padding: 5px;
			  width: 300px;
    }
}
/*---------------------------------------------- end Main banner ----------------------------------------------*/

.uspmobiles ul {list-style:none; display: flex; flex-wrap: wrap}
.uspmobiles ul li {float: left; display: block; width: 50%; clear: both; margin-bottom: 5px; font-size: 12px;}

/*----------------------------------------- Two tabs ander the banner -----------------------------------------*/
  .index-tabs-wrap-a {
    display: flex;
    flex-direction: column;
  }
  .description-a {
  	margin-bottom:15px;
  }
  .description-a .titles {
  	font-size: 22px;
    color: #b8b8ba;
  }
  .image-holder-a.tindr {
    background: url(https://cdn.webshopapp.com/shops/137680/files/252042458/tindr-picture.png) no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    width: 100%;
    height: 200px;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }
  .image-holder-a.interesses {
    background: url(https://cdn.webshopapp.com/shops/137680/files/252042551/interest-picture.png) no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    width: 100%;
    height: 200px;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }
	.image-holder-a a {
    display: flex;
    text-align: center;
  	position: absolute;
    right: 15px;
    bottom: 15px;
    background: #14a904;
    border: none;
    -webkit-border-radius: 5;
    border-radius: 5px;
    color: #ffffff;
    padding: 15px 35px;
    font-weight: bold;
    font-size: 17px;
	}
  .image-holder-a a:hover {
  	background: #119403;
    cursor: pointer;
  }
/*---------------------------------------- end Two tabs ander the banner -------------------------------------*/

/*--------------------------------------------- Buttons for sliders ------------------------------------------*/

.homesliderthree {
  width: 1000%!important;
}

.bx-wrapper .bx-prev {
  left:0px;
  background: url(https://cdn.webshopapp.com/shops/137680/files/337642936/black-arrow-left.png) no-repeat 0 0;
}
.bx-wrapper .bx-next {
  right:0px;
  background: url(https://cdn.webshopapp.com/shops/137680/files/337642937/black-arrow-right.png) no-repeat 0 0;
}

.bx-wrapper .bx-controls-direction a {
  position:absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
}
/*------------------------------------------- end Buttons for sliders ----------------------------------------*/

/*---------------------------------------------- Daydeal slider ----------------------------------------------*/
.homeboxslider {
    width: 100%;
    display: block;
    clear: both;
    border: 1px solid #e8e8e8;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
}
/* -------------------------------------- Daydeal-Badge --------------------------------------------------  */
.daydeal-badge {
  position: absolute;
  height: 80px;
  background: red;
  bottom: 28px;
  right: 20px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 10px;
  font-family: "avenir 95 black", arial, arial-black, helvetica;
}  
.index_page_dd_prices {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0px 15px 0px 15px;
  top: 8px;
/*   height: 70px; */
  text-align: right;
  color: #fff;
}    
.price-dd-old {
  font-size: 34px; 
  text-decoration: line-through;
  margin-bottom: 4px;
  font-weight: bold;
  margin-left: 6px;
}
.price-dd-new {
  font-size: 26px; 
  letter-spacing: 1pt;
  font-weight: bold;
}
.draw-left-side-badge {
  position: absolute;
  width: 40px;
  height: 80px;
  left: -20px;
  background: red;
  border-radius: 10px;
  border-top-left-radius: 14px;
  transform: skewX(14deg);
  top: 0px;
}
/* ------------------------------- end Daydeal-Badge ---------------------------------------------------------  */

.clock-home-page {
	position: absolute; 
  width: 60%; 
  display: flex; 
  flex-wrap: nowrap; 
  justify-content: space-between; 
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  z-index: 1; 
  zoom: 0.6;
}
/*-------------------------------------------- end Daydeal slider ---------------------------------------------*/

/*---------------------------------------------- newsletter form ----------------------------------------------*/
.newsbox form input.subscribe {background-color: #4fb334;}
.newsbox {background-color: #ececec; padding: 25px 25px;}
.akcent-block {justify-content: space-around; text-align: center; align-items: center; color: #000; display: flex; margin-bottom: 20px;}
.squared_block_discount { 
  	display: flex;
    flex-direction: column;
  	width: 100px;
    height: 100px;
  	border-radius: 50%;
    background: #f05b67;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.akcent-block span {display: block; font-weight: bold; line-height: 1em; margin-bottom: 0px;}
.newsbrieftext-worddiscont {font-weight: 100!important;}
.newsbrieftext-numbdiscont {font-size: 34px;}
.newsbrieftext-description {text-align: start;font-size: 25px;}
.newscheckpoints {display: flex;flex-wrap: nowrap; flex-direction: column; margin-bottom: 15px;}
.newsbriefcheckpoint {display: flex; align-items: center; font-size: 16px;font-weight: bold;margin-bottom: 5px;}
.newsbriefcheckpoint i {color: #f05b67; font-size: 10px; margin-right: 20px; display: block; border: 2px solid #f05b67; border-radius: 50%; padding: 5px;}
.newsbox form input:active, .newsbox form input:focus{outline: none;}
.wrap-for-radio-b {width: 100%;overflow: hidden;margin: 15px 0 10px 0;}
.wrap-for-radio-b .custom-FMP1 {width: 40%!important;float: left!important;}
.wrap-for-radio-b .custom-FMP2 {width: 40%!important;float: right!important;}
.custom-for-main-page label {display: inline-block;background-color: #4BB528;color: #fff;padding: 8px 20px;font-size: 16px;width: 100%;text-align: center;border-radius: 4px;}
.custom-for-main-page label:hover {cursor: pointer;}
.custom-for-main-page input[type="radio"] {display: none;}
.newsletter-quest-link {color: #bbbbbb;font-size: 12px;font-weight: bold;margin-top: 10px;}

.newsbox2 {
    justify-content: space-between;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    clear: both;
    background-color: #f05b67;
  	color: #fff;
    height: 377px;
    padding: 20px 10px;
    flex-direction: column;
}
.top-akcent-block {
	text-align: center;
  	font-size: 25px;
  	font-weight: bold;
  
}
.center-akcent-block {
	display: flex;
  	flex-wrap: nowrap;
}
.center-akcent-block > div {
	text-align: center;
 	font-weight: bold;
    width: 250px;
    height: 45px;
    background-color: #fff;
    color:  #f05b67;
    border-radius: 50%;
    margin-right: 25px;
    margin-left: 20px;
}
.center-akcent-block > div i {
	margin-top: 10px;
    font-size: 25px;
}
.center-akcent-block span{
	font-weight: bold;
  line-height: 1.5em;
  text-transform: uppercase;
}
.bottom-akcent-block {
	text-align: center;
  	font-size: 15px;
  	font-weight: bold;
  
}
.formNewsletter {
	    margin-top: 5px;
}

.wrap-for-radio-b {width: 100%; overflow: hidden; margin: 15px 0 10px 0;}
.custom-for-main-page input[type="radio"] {display:none;}
.custom-for-main-page span{width:100%;}
.custom-for-main-page label{display:inline-block; background-color:#4BB528; color:#fff; padding: 8px 20px; font-size:16px; width:100%; text-align: center;}
.custom-for-main-page label:hover{cursor:pointer;}
._error-inner {color: red;}
._form-thank-you {text-align: center;padding: 30px 0;font-size: 18px;font-weight: 900;}

/* #after_sub {
    -webkit-animation: fadein 2s; 
       -moz-animation: fadein 2s;
        -ms-animation: fadein 2s;
         -o-animation: fadein 2s; 
            animation: fadein 2s;
} */

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@media (max-width: 1024px){
/*   	.newsbox {height: 315px!important; padding: 10px 20px!important;} */
  	.newscheckpoints {display: flex;flex-wrap: wrap;}
  	.akcent-block {margin-bottom: 5px;}
  	.akcent-block span {display: block; font-weight: bold;}
  	.newsbrieftext-numbdiscont {font-size: 30px; font-weight: bold;}
  	.newsbrieftext-worddiscont {font-size: 12px; font-weight: bold;}
  	.newsbrieftext-description {font-size: 16px;}
  	.newsbox2 {height: 318px;}
  	.top-akcent-block {font-size: 20px;}
  	.center-akcent-block > div i {margin-top: 5px;}
  	.center-akcent-block > div {height: 35px; margin-right: 10px; margin-left: 20px;}
  	.center-akcent-block span {font-weight: bold; font-size: 11px;}
  	.bottom-akcent-block {text-align: center; font-size: 12px; font-weight: bold;}
}
@media (max-width: 768px){
  	.newsbox {padding: 3px 10px;}
  	.newscheckpoints {display: flex; flex-wrap: wrap; margin-bottom: 0px;}
  	.akcent-block span {display: block; font-weight: bold; line-height: 1em;}
  	.newsbriefcheckpoint {font-size: 12px;}
/*   	.newsbriefcheckpoint i {border: 1px solid #4BB528;} */
  	.newsbrieftext-numbdiscont {font-size: 30px; font-weight: bold;}
  	.newsbrieftext-worddiscont {font-size: 10px; font-weight: bold;}
  	.newsbrieftext-description {font-size: 12px;}
  	.newsbox form input.subscribe {padding: 0px 0px;}
  	.newsbox form input {line-height: 25px;height: 27px;text-indent: 12px; /*margin-top: 40px;*/}
  	.newsletter-title {display: none;}
  	.center-akcent-block > div {display: none;}
  	.center-akcent-block span {font-weight: bold;font-size: 10px;text-align: justify;}
    .wrap-for-radio-b {margin: 5px 0 5px 0;}
    .newsbox2 {height: 235px;}
}
/*--------------------------------------------end newsletter form--------------------------------------------*/

/* ----------------------------------------- Top-10-gadgets slider ----------------------------------------- */
.hp-product-holder img {
	max-width: 100%;
}
/* ---------------------------- */
.titlesliderbox {
    display: block;
    font-weight: bold;
    font-size: 22px;
    color: #000;
    z-index: 2;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* ---------------------------- */
.priceSliderT10{
/*   padding: 0px 10px; */
  border-radius:10px;
  font-size: 20px;
  font-weight: bold;
}
.priceFrontbig {
    font-family:"avenir 95 black", arial, arial-black, helvetica;
    position:absolute;
    top:230px;
    font-weight:bold;
    font-size:24px;
    left:160px;
    background-color:#ffffff;
    Border-radius:15px;
    padding:10px 10px 10px 10px;
}
.priceFrontsmall {
/*     font-family:"avenir", arial, helvetica; */
    font-size: 24px;
    font-weight: bold;
    text-decoration:line-through;
    padding-top: 5px;
}
.number2 {
    padding-top: 5px;
    color: #000;
    background-color: #fff;
    font-size: 28px;
    font-family: "avenir 95 black", arial, arial-black, helvetica;
    position: absolute;
    bottom: 0px;
    padding-bottom: 5px;
    right: 0;
    text-align: end;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
.padding-15 {padding-right: 15px; padding-left: 15px;}
.hp-product-holder { position: relative; border: 1px solid #e8e8e8; padding: 10px; margin-bottom: 20px; text-align: center; }
.wrapper_link { position: absolute; width: 100%; height: 100%; }
.korting2 { display: flex; flex-direction: column; width: 70px; height: 70px; background: #f05b67!important; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; position: absolute; top: 45px; right: 5px; text-align: center; justify-content: center; align-items: center; font-size: 14px; color: #fff; }
.productFrontTitle { display: block; height: 30px; transform: none; position: initial; font-weight: bold; font-family: "avenir", arial, helvetica; text-align: center; font-size: 14px; white-space: inherit; color: #000; }
span.bedrag { text-align: center; color: #fff; font-size: 18px; letter-spacing: -1pt; font-weight: bold; }

/* --------------------------------------- end Top-10-gadgets slider  --------------------------------------- */

@media (min-width: 769px) and (max-width: 1023px) {
	.titlesliderbox {
		font-size: 18px;
	}
  .prices_background_image {
    width: 55%;
}
  .clock-prod-block span {
    margin-right: 4px!important;
    font-size: 12px!important;
	}
  .squared_block_discount {
  	width: 70px;
    height: 70px;
  }
  .newsbrieftext-description {
  	font-size: 14px;
  }
  .newsbriefcheckpoint {
  	font-size: 10px;
  }
  .newsbriefcheckpoint i {
  	font-size: 8px;
    padding: 2px;
  }
  .newscheckpoints {
    margin-bottom: 1px;
	}
}
@media (max-width: 768px){
  .uspmobiles {margin-top: 20px !important;}
    /* ---------------------------------------------------------- */
  	.titlesliderbox {
		font-size: 18px;
		}
    .clock-prod-block span {
    margin-right: 4px!important;
    font-size: 12px!important;
	}
  .dagdealcontainer, .aanbiedingcontainer {
    height: inherit;
    max-width: 100%;
	}
  .dagdealcontainer ul li {
  	text-align: center;
  }
  .aanbiedingcontainer ul li img {
  	margin: 0 auto;
  }
  .prices_background_image {
  	width: initial;
  }
  .squared_block_discount {
  	width: 70px;
    height: 70px;
  }
  .newsbrieftext-description {
  	font-size: 14px;
  }
  .newsbriefcheckpoint {
  	font-size: 10px;
  }
  .newsbriefcheckpoint i {
  	font-size: 8px;
    padding: 2px;
  }
  .newscheckpoints {
    margin-bottom: 1px;
	}
  /* ---------------------------------------------------------- */
}