body.index{background:#ffffff;}
.index h1{
	font-size: 40px;
	line-height: 54px;
	letter-spacing: -2px;
	font-weight: 700;
	margin: 16px 0 32px;
}
.index h2{
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
}
.index h3{
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color:#2C5E8B;
	margin: 0;
}

.index .button.primary{background:#004D99;}
.index .button.primary:hover{background:#002A54;}
.index .button.primary:active{background:#002A54;}

.index .button.outlined{border: 1px solid #004D99;}
.index .button.outlined:hover{background:#002A54;}
.index .button.outlined:active{background:#002A54;}

.underlined{text-decoration:underline;}

.container.flex-container{
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	align-items: center;
}

.index section{border:none!important;}
.center{text-align:center;}
.index .button{padding: 11px 50px;font-size: 16px;}
.index .site-content > section:not(homepage-slider) {
	padding: 3rem 0;
}

@media(max-width:768px){
	.index .site-content {
		padding: 0px;
	}
	.index h1{
		font-size:24px;
		line-height:32px;
		letter-spacing: -1px;
		margin: 5px 0 20px!important;
	}
	.index h2{
		font-size:18px;
		line-height:28px;
	}
	.index h3{
		font-size:14px;
		line-height:24px;
	}
	.index .button{width:100%;text-align:center;}
	.index .container{padding-left: 20px;padding-right: 20px;}

	.container.flex-container{flex-direction:column;}
	.container.flex-container .data,
	.container.flex-container .image{width:100%;}
	.container.flex-container .data{font-size: 16px;}

	.index .site-content{padding: 5px 0 0 0!important;}
}

/*slider*/
section.homepage-slider{
	padding: 0px!important;
}
.homepage-slider {
    overflow: hidden;
    background: linear-gradient(292.07deg, rgba(237, 233, 225, 0) 5.25%, rgba(237, 233, 225, 0.35) 63.41%, #EDF1F4 93.13%), #FFFFFF;
}
.homepage-slider-rennab .slide .divider{
	width: 502px;
	height: 8px;
	background: linear-gradient(90deg, #4B93C0 0%, #BCC9E2 21.87%, #C1BDB6 43.74%, #F4EBD7 64.05%, #E4D6BA 84.36%, #CAA967 99.98%);
	border-radius: 5px;
	margin: 16px 0 24px;
}
.homepage-slider-rennab .slide h1{
	margin-bottom: 0px;
	color:#1C1E1F;
	margin-top: 0px;
}
.homepage-slider-rennab .slide img{
	float:right;
	width:40%;
}
.homepage-slider-rennab .slide .text{
	max-width:525px;
	font-size: 16px;
	line-height: 21px;
	margin-top: 0vw !important;

	color:#393D40!important;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	transform: -moz-translate(0, -50%);
	transform: -ms-translate(0, -50%);
	transform: -webkit-translate(0, -50%);
}
.homepage-slider-rennab .slide .button.primary{
	font-size: 16px;
	padding: 14px 63px;
	margin-top: 40px;
}
.homepage-slider-rennab .bx-wrapper .bx-prev{
	right: 200px;
	bottom: 5px;
}

.homepage-slider .bx-wrapper .bx-controls-direction a{
	top: 16px;
	width: 30px;
	height: 35px;
}
.homepage-slider .bx-wrapper .bx-prev{
	left: 0;
}
.homepage-slider .bx-wrapper .bx-next{
	right: 0;
}
.homepage-slider .bx-wrapper .bx-prev,
.homepage-slider .bx-wrapper .next {
	top: 0;
}
.homepage-slider .bx-wrapper .bx-prev,
.homepage-slider .bx-wrapper .bx-prev:hover {
	background: url(../images/homepage/prev.png) 0 0 no-repeat!important;
	background-position: center center !important;
	background-size: 17px 26px;
}
.homepage-slider .bx-wrapper .bx-next,
.homepage-slider .bx-wrapper .bx-next:hover{
	background: url(../images/homepage/next.png) 0 0 no-repeat!important;
	background-position: center center !important;
	background-size: 17px 26px;
	background-position: center center !important;
}
.homepage-slider .bx-wrapper .bx-controls {
	width: 205px;
	height: 30px;
	position: absolute;
	bottom: 50px;
	right: calc(25% - 205px);
	right: -moz-calc(25% - 205px);
	right: -ms-calc(25% - 205px);
	right: -webkit-calc(25% - 205px);
}
.homepage-slider .bx-wrapper .bx-pager{
	bottom: -1px;
	left: 0;
	color: #fff !important;
	padding: 0px;
}
.homepage-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.homepage-slider .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: white !important;
}
.homepage-slider .bx-wrapper .bx-pager.bx-default-pager a {
	background:rgba(255, 255, 255, 0.7);
    text-indent: -9999px;
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid white;
    margin: 0 9px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px
}
.homepage-slider .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:#ffffff;
}   


@media(min-width:769px){
	.index .bx-wrapper .bx-pager.bx-default-pager a:hover, 
	.index .bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #2c5e8b;
	}
}
@media(max-width:768px){
	.index .bx-wrapper .bx-pager.bx-default-pager a:hover, 
	.index .bx-wrapper .bx-pager.bx-default-pager a.active {
		background: none;
	}
}
@media(max-width:768px){
	.homepage-slider-rennab .slide .divider{width:100%;}
	.homepage-slider-rennab .slide img{width:100%;float:none;}
	.homepage-slider-rennab .slide .text{
		display: block;
		margin: 30px 0 !important;
		max-width: 100%;
		min-height: 410px;
		position: static;
		transform: none;
	}
	.homepage-slider-rennab .slide .button.primary{width: 100%;text-align:center;}

	.homepage-slider .bx-wrapper .bx-controls {
		top: 85vw;
		width: 160px;
		right: calc(50% - 160px);
		right: -moz-calc(50% - 160px);
		right: -ms-calc(50% - 160px);
		right: -webkit-calc(50% - 160px);
		transform: translate(-50%, 0px);
		transform: -moz-translate(-50%, 0px);
		transform: -ms-translate(-50%, 0px);
		transform: -webkit-translate(-50%, 0px);
	}
	.homepage-slider .bx-wrapper .bx-controls-direction a {
  		scale: 0.8;
	}
	.homepage-slider .bx-wrapper .bx-pager {
		bottom: 2px;
	}
	.homepage-slider .bx-wrapper .bx-pager.bx-default-pager a {
		width: 12px;
		height: 12px;
		margin: 0 7px;
		top: 2px;
		position: relative;
	}
}
@media(min-width:769px) and (max-width:1199px){
	.homepage-slider .bx-wrapper .bx-controls {
	  right: calc(25vw - 165px);
	  right: -moz-calc(25vw - 165px);
	  right: -ms-calc(25vw - 165px);
	  right: -webkit-calc(25vw - 165px);
	}
}
@media(min-width:769px) and (max-width:989px){
	.homepage-slider-rennab .slide .text{margin:9vw 2% ;max-width:400px;font-size:14px;}
	.homepage-slider-rennab .slide .divider{width:100%;margin: 5px 0;}
	.homepage-slider-rennab .slide h1{font-size:24px;line-height: 28px;}
	.homepage-slider-rennab .slide .button.primary{margin-top:10px;}
}
@media(min-width:990px) and (max-width:1169px){
	.homepage-slider-rennab .slide .text{margin:8vw 2% }
	.homepage-slider-rennab .slide h1{font-size:30px;line-height: 40px;}
}
/*end slider*/

/* bestsellers */
.best-sellers{margin:10px 0;}
.bestsellers .thumb{
    border: 1px solid #E4E8EB;
    border-radius: 10px;
}
.bestsellers .thumb:last-child {
  margin: 0px !important;
}
.bestsellers .thumb .image{
	background: rgb(250,248,246);
	background: linear-gradient(180deg, rgba(250,248,246,1) 0%, rgba(250,248,246,1) 80%, rgba(237,241,244,1) 100%);
	height: 243px;
	display:flex;
	text-align: center;
	justify-content:center;
	text-align: center;
	padding: 15px 0;
	border-radius: 10px 10px 0 0;
}
.bestsellers .thumb .image img{
	max-height: 100%;
	display: inline-block;
}
.bestsellers .thumb .data{
	padding: 18px;
	color:#1C1E1F;
}
.bestsellers .thumb .model,
.bestsellers .thumb .price{
	font-size:16px;
	line-height: 24px;
	font-weight: 700;
	text-overflow: ellipsis;
  	overflow: hidden;
  	white-space: nowrap;
}
.bestsellers .thumb .price{
	line-height: 22px;
}
.bestsellers .thumb .description{
	font-size:14px;
	line-height: 24px;
}

.bestsellers .thumb .button.outlined{
	font-size: 16px;
	padding: 12px 0;
	margin-top: 10px;
	display:block;
	text-align:center;
}

.best-sellers .center .button.primary{padding: 10px 92px;}

.best-sellers .bx-wrapper .bx-pager{
	font-size: 1.5em;
	position:static!important;
	bottom: 0px!important;
}

@media(min-width: 1280px) {
	.shop-by-category .bx-controls,
	.testimonials .bx-controls,
	.best-sellers .bx-controls {
		display: none;
	}
	.best-sellers .shop-all{
		margin-top: 30px;
	}	
}

/*end bestsellers*/

/*truquality*/
.truquality{
	background:#F9F8F6;
	padding:60px 0;
	clear:both;
}
.truquality h1{
	margin: 14px 0; 
	color:#1C1E1F!important;
}
.truquality .data{
	width:45%;
}
.truquality .image{
	width: 55%;
	text-align:right;
}

.truquality .numbers-data-box,
.truquality .numbers-data-box .patents,
.truquality .numbers-data-box .testing{
	display:flex; 
	flex-direction:row;
	flex-wrap: nowrap;
	align-items:center;
	color:#1D5959;
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;
	text-transform:lowercase;
}
.truquality .numbers-data-box{margin: 28px 0 40px;}
.truquality .numbers-data-box div{margin-right: 10px;}
.truquality .numbers-data-box .big-number{font-size: 34px;line-height:40px;}
.truquality .button.primary{padding:11px 55px;}

@media(max-width: 768px){
	.best-sellers .center .button.primary{margin-top: 20px;}

	.truquality .image{text-align:center;margin-top: 30px;}
	.truquality .numbers-data-box{flex-direction:column;align-items:flex-start;}
	.truquality .numbers-data-box .testing{order:1;margin-bottom: 20px;font-size: 14px!important;line-height: 16px;}
	.truquality .numbers-data-box .patents{order:2;font-size: 14px!important;line-height: 16px;}
	.truquality .button{width:100%;text-align:center;}
	.truquality .numbers-data-box .big-number {font-size: 24px!important;}
}
@media(min-width: 769px) and (max-width:990px){
	.truquality .numbers-data-box{
		flex-direction:column;
		align-items:flex-start;
	}
	.index h1{font-size:32px;line-height:40px;}
}


/* truquality blue part */
.truquality-blue{background: #F0F4F7}
.truquality-blue .container{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.truquality-blue .ribbon{
	background: #2C5E8B;
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	padding: 3px 10px;
	margin-bottom: 10px;
	position: relative;
	margin-right: 30px;
	width: 215px;
	max-width: 100%;
}
.truquality-blue .ribbon:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 0px solid transparent;
	border-left: 16px solid #2c5e8b;
	border-bottom: 30px solid transparent;
	position: absolute;
	right: -16px;
	top: 0;
}
.truquality-blue .block{
	width: 25%;
	font-size: 18px;
	line-height:24px;
	padding: 0px 43px 0 0;
}

@media(max-width:600px){
	.truquality-blue .container{flex-direction:column;}
	.truquality-blue .block{
		width: 240px;
		margin: 5% auto;
		max-width: 100%;
	}
}
@media(min-width:601px) and (max-width:768px){
	.truquality-blue .container{
		flex-direction:row;
		flex-wrap:wrap!important;
	}
	.truquality-blue .ribbon {font-size: 16px;	}	
}
@media(min-width: 769px) and (max-width:990px){
	.truquality-blue .block .ribbon{font-size: 14px;}
}
@media(min-width: 601px) and (max-width: 990px) {
	.truquality-blue .container{justify-content:center;}
	.truquality-blue .block{
		flex-basis: 45%;
		margin: 0px;
		display: flex;
		flex-direction:column;
		/*align-items: center;
		justify-content: center;*/
	}
	.truquality-blue .block img{width:80px;}
/*	.truquality-blue .block > div {
	  width: 240px;
	  max-width: 100%;
	  height: 192px;
	}*/
}
@media(min-width: 1268px){
	.truquality-blue .block:first-child{
		margin-left: 0px;
	}
	.truquality-blue .block:last-child{
		margin-right: 0px;
	}
}

/* shop by category */
.shop-by-category .container{padding-top: 30px;}
.shop-by-category .product-categories{
    display: flex;
    margin: 0px -10px;
}
.shop-by-category .category{
    width: 300px;
    margin: 0px 10px;
    background: rgb(250,248,246);
	background: linear-gradient(180deg, rgba(250,248,246,1) 0%, rgba(250,248,246,1) 80%, rgba(237,241,244,1) 100%);
	border-radius: 10px;
	padding: 15px;
	position:relative;
}
.shop-by-category .category strong{
	color: #1C1E1F;
}
.shop-by-category .category strong{font-size: 18px;}
.shop-by-category .category .items-count{font-size:14px;color: #393D40;}
.shop-by-category .category .button.outlined{
	font-size:14px;
	padding: 7px 10px;
	position:absolute;
	bottom: 15px;
	left: 15px;
}
.shop-by-category .category img{float:right;}

@media(max-width:768px){
	.shop-by-category .category .button.outlined{width:auto;}
}

/*testimonials*/
.testimonials .container.flex-container{margin-bottom: 20px;}
.testimonials .data{
	width:50%;
}
.testimonials .image{
	width: 50%;
	text-align:right;
}
.testimonials-carousel{
	display:flex;
	flex-wrap: nowrap;
	flex-direction:row;
	margin: 30px -25px 0;
}
.testimonial {
	width: 380px;
	padding: 0px;
	margin: 0 25px;
}
.testimonial .text-block{
	background: rgb(250,248,246);
	background: linear-gradient(180deg, rgba(250,248,246,1) 0%, rgba(250,248,246,1) 80%, rgba(237,241,244,1) 100%);
	padding: 55px 14px;
	border-radius: 4px;
}
.testimonial .text-block .frame{
	background:url(../images/homepage/desktop-quote.png) center center no-repeat;
	width: 356px;
	height: 190px;
	font-size: 16px;
	line-height: 21px;
	font-style:oblique;
	padding: 15px 25px;
	color:#1C1E1F;
	font-weight: 400;
}
.testimonial .text-block .frame .stars{margin-bottom: 10px;}
.testimonial .text-block .frame .stars img{float:left;}
.testimonial .text-block .frame .author{
	font-size: 12px;
	font-style:normal;
	margin-top: 10px;
}

.testimonial .blue{
	background:#2C5E8B;
	height:10px;
	overflow:hidden;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
.testimonial .reviewed-item{
	background:#E1E7ED;
	border-radius: 0 0 4px 4px;
	padding: 15px 15px 15px 5px;
}
.testimonial .reviewed-item img{float:left;width: 105px;}
.testimonial .reviewed-item .item-data{
	margin-left: 110px;

}
.testimonial .reviewed-item .item-data .name{
	font-size: 16px;
	line-height:24px;
	font-weight:700;
	color: #1C1E1F;
}
.testimonial .reviewed-item .item-data .description{
	font-size: 12px;
	line-height:18px;
	margin: 8px 0;
	color: #1C1E1F;
}
.testimonial .reviewed-item .item-data .button.outlined{
	padding: 7px 37px;
	font-size: 14px;
}
.testimonials .bx-viewport{height:493px!important;}

@media(max-width:768px){
	.testimonials .container.flex-container{padding-top:30px;}
	.testimonials .data,
	.testimonials .image{width:100%;}
	.testimonials .data{font-size:16px;}
	.testimonials .image{text-align:center;margin-top: 30px;}

	.testimonials-carousel{margin: 30px -10px 0;}
	.testimonial{width: 304px!important;margin: 0 10px!important;}
	.testimonial .text-block{padding:45px 9px;}
	.testimonial .text-block .frame{
			background:url(../images/homepage/mobile-quote.png) center center no-repeat;
			width: 285px;
			height: 178px;
			font-size: 14px;
			line-height: 19px;
	}
	.testimonial .reviewed-item .item-data .button.outlined{width:auto;}
}

/* b-corp */
.b-corp .container.flex-container{padding-bottom: 100px;padding-top: 40px;}
.b-corp .data{
	width:45%;
	color:#393D40;
}
.b-corp .data h1{
	margin-bottom:25px;
}
.b-corp .data .button.primary{
	padding: 10px 61px;
	font-size:16px;
	margin-top:30px;
}
.b-corp .image{
	width: 55%;
}

@media(max-width:768px){
	.b-corp .container.flex-container{padding-top: 0px;padding-bottom: 20px;}
	.b-corp .image img{max-width:100%;margin-bottom: 30px;}
	.b-corp .data .button.primary{width: 100%;text-align:center;}
	.b-corp .image h3{font-size: 16px;}
}
@media(min-width:769px) and (max-width:1170px){
	.b-corp .data{width:60%;padding-left: 5%;}
	.b-corp .image{width:40%;}
}

/* join us */
.join-us{
	background:#F7F6F3;
}

.join-us .data{
	width:45%;
	font-size: 18px;
	color:#393D40;
}
.join-us .data .divider{
	height: 4px;
	background: linear-gradient(90deg, #4B93C0 0%, #BCC9E2 21.87%, #C1BDB6 43.74%, #F4EBD7 64.05%, #E4D6BA 84.36%, #CAA967 99.98%);
	margin: 20px 0;
	width: 380px;
}
.join-us .data h2{
	font-size: 18px;
	line-height:21px;
}
.join-us .data .button.primary{
	padding: 14px 45px;
	text-align:center;
	margin-top:30px;
}
.join-us .image{
	width: 55%;
}

@media(max-width:768px){	
	.join-us .image{padding:0 30px 30px;}	
	.join-us .data .divider{width:100%;}
	.join-us .data h2{font-size:16px;}
}
@media(min-width:769px) and (max-width:1170px){
	.join-us .data{width:60%;padding-left: 5%;}
	.join-us .image{width:40%;}
}

/* cookies message */
.cookies-message{
	background: #F0F4F7;
	box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.15);
	padding:25px 0;
	font-size:12px;
	line-height: 18px;
	position:relative;
	color:#1C1E1F;
}
.cookies-message .close{
	position:absolute;
	right: 20px;
	top:30%;
	width: 14px;
	height: 14px;
}
@media(max-width:1400px){
	.cookies-message .container{
		padding-right:60px;		
	}
	.cookies-message .close{top: 25px;}
}





/*index carousel blue dots*/
.shop-by-category .bx-wrapper .bx-pager{bottom: -40px;}
.best-sellers .bx-wrapper .bx-pager.bx-default-pager a,
.shop-by-category .bx-wrapper .bx-pager.bx-default-pager a,
.testimonials .bx-wrapper .bx-pager.bx-default-pager a{
	background:#fff;
	width: 16px;
    height: 16px;
    border: 1px solid #2C5E8B;
    margin: 0 9px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px;
}
.best-sellers .bx-wrapper .bx-pager.bx-default-pager a.active,
.shop-by-category .bx-wrapper .bx-pager.bx-default-pager a.active,
.testimonials .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:#2C5E8B;
}