/********************
 LAZY Slider
********************/
.kk-lazy-slider .kk-lazy-item-detail{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1.2em 1.5em;
	width: 100%;
	background: #F2F1EF;
	background: rgba(238, 238, 238, 0.88);
	border-radius: 0 0 2px 2px;
	min-height: 125px;
}

.kk-lazy-item.has-overlay .kk-lazy-item-detail{
	padding-right: 170px;
}

.kk-lazy-item .kk-lazy-item-detail .kk-lazy-item-title {
	font-size: 1.8em;
	font-weight: 300;
	font-family: "Sansation";
	letter-spacing: -0.04em;
	line-height: 1.4em;
}

.kk-lazy-item .kk-lazy-item-detail .kk-lazy-item-title:after{
	content: "";
	display: inline-block;
	margin-left: 0.5em;
	border: 8px solid transparent;
	border-left-color: #89B40F;
}

.kk-lazy-item .kk-lazy-item-detail .kk-lazy-item-content{
	font-weight: 300;
	font-size: 0.95em;
	color: #6F6C6C;
	margin-top: 0.5em;
	display: block;
	white-space: normal;
	line-height: 120%;
}

.kk-lazy-item .kk-lazy-item-detail .kk-lazy-item-overlay{
	position: absolute;
	right: 20px;
	top: -40px;
	width: 124px;
	height: 124px;
	border-radius: 0 0 2px 2px;
}

.kk-lazy-item img.kk-lazy-item-image{
	border-radius: 2px;
}

.kk-lazy-slider .owl-nav .owl-next, .kk-lazy-slider .owl-nav .owl-prev{
	background-color: #D5D2CF;
}

.kk-lazy-item.article-item .kk-lazy-item-title{
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/********************
 ITEM Slider
********************/
.kk-item-slider-style-wrap.has-nav.kk-slider-horizontal .kk-item-slider{
	padding: 0 70px;
}

.kk-slider-horizontal .kk-item-slider-next{
	background-image: url(images/cl-slider-next.png) !important;
}

.kk-slider-horizontal .kk-item-slider-prev{
	background-image: url(images/cl-slider-prev.png) !important;
}

.kk-slider-horizontal .kk-item-slider-prev, 
.kk-slider-horizontal .kk-item-slider-next{
	position: absolute;
	top: 50%;
	height: 100px;
	width: 60px;
	margin-top: -50px;
	background-color: #D5D2CF;
	text-indent: -9999px;
	border-radius: 3px;
	background-position: center center;
	background-repeat: no-repeat;
	transition: opacity 300ms;
}

.kk-slider-horizontal .article .article-wrap-inner{
	max-width: 220px;
	display: inline-block;
}

.kk-slider-vertical .kk-item-slider-prev, .kk-slider-vertical .kk-item-slider-next {
	height: 32px;
	opacity: 0.7;
	background: url(images/carousel-down.png) no-repeat center center;
}

.kk-item-slider-style-wrap.kk-slider-vertical .kk-item-slider-prev {
	background-image: url(images/carousel-up.png);
}

.kk-slider-vertical .kk-item-slider-prev:hover, .kk-slider-vertical .kk-item-slider-next:hover {
	opacity: 1;
}

.cl-slider-vertical{
	width: 100%;
	height: 840px;
}

.cl-slider-vertical .article{
	width: 100%;
	height: 50%;
	border-bottom: 1px solid #e4dfd9;
}

.cl-slider-vertical .article.kk-last-in-view{
	border-bottom: 0 none;
}

.cl-slider-vertical .article .article-wrap{
	border: 0 none !important;
	padding: 1em 1em 1em 1em;
}

/******************************
 FA Extendended, EU Labels
******************************/
.kk-fa-extended{
	display: block;
	background: #F4F2F0;	
}

.kk-fa-extended .kk-fa-attribute {
	display: inline-block;
	padding: 0 0.75em;
	border-right: 1px solid #e4dfd9;
}

.kk-fa-extended .kk-fa-attribute:last-child {
	border-right: 0 none;
}

.kk-fa-extended .kk-fa-attribute img{
	cursor: pointer;
	line-height: 0;
}

#mytabset .panel .kk-fa-extended{
	margin-right: -2em;
	margin-top: -2em;
	padding: 0.35em;
	margin-bottom: 2em;
	min-height: 70px;
}

/********************************
 Article Advantages
********************************/
.article-advantages-top{
	font-size: 0.9em;
}

.article-advantages-top li{
	padding: 0.5em 0 0.5em 1.5em;
	line-height: 1.3;
	position: relative;
}

.article-advantages-top li strong{
	font-weight: inherit;
	color: #171717;
}

.article-advantages-top li:before{
	position: absolute;
	left: 0;
	top: 0.5em;
	font-family: "Ionicons";
	content: "\f121";
	color: #89B40F;
}

.article-advantages-top li.free-shipping:before{
	content: "\f2aa";
}

.article-advantages-top li.shipping-limit:before{
	content: "\f2da";
}

/***********************************************
 Banner Droplet
***********************************************/
.kk-banner{
	background: #F4F2F0;
	padding: 2em;
	border-radius: 2px;
	line-height: normal;
}

.kk-banner-heading h1,
.kk-banner-heading h2,
.kk-banner-heading h3,
.kk-banner-heading h4{
	margin-top: 0;
}

.kk-banner .kk-banner-text{
	font-size: 0.95em;
	opacity: 0.9;
}

/***************************************************
 Accordeon Droplet
***************************************************/
.kk-accordeon{
	border: 0 none;
}

.kk-accordeon .kk-accordeon-tab{
	margin-bottom: 0.5em;
}

.kk-accordeon-tab .kk-accordeon-tab-title{
	border: 0 none;
	background: #F4F2F0;
	font-family: Sansation;
	padding: 0.75em 1.25em;
	font-size: 1.2em;
	font-weight: 300;
	color: #333;
}

.kk-accordeon-tab .kk-accordeon-tab-title:before{
	font-family: "Ionicons";
	content: "\f216";
	margin-right: 0.5em;
	color: #89B40F;
	display: inline-block;
}

.kk-accordeon-tab.tab-open .kk-accordeon-tab-title:before{
	content: "\f207";
}

.kk-accordeon-tab.tab-open .kk-accordeon-tab-title{
	border-bottom: 0 none;
}

.kk-accordeon-tab .kk-accordeon-tab-icon{
	display: none;
}

.kk-accordeon-tab-content-wrap{
	border-left: 1em solid #F4F2F0;
	border-right: 1em solid #F4F2F0;
	border-bottom: 1em solid #F4F2F0;
	box-shadow: inset 0 0 0 1px #e4dfd9;
	padding: 2em;
}

.kk-accordeon-tab-content-wrap > *:first-child{
	margin-top: 0 !important;
}

.kk-accordeon-tab-content-wrap > *:last-child{
	margin-bottom: 0 !important;
}

/********************************
 QnA
********************************/
.kk-qna-overview-header .h2{
	max-width: 60%;
}

.kk-qna-thread-item:hover .question .title{
	color: #600;
}

.kk-qna-container.loading .kk-qna-loader .bar{
	border-color: #89B40F;
}

.kk-qna-vote-cell .kk-qna-answer-actions{
	font-size: 0.9em;
}

.kk-qna-thread-item .question {
	border-bottom-color: #e4dfd9;
}

.kk-qna .editor-wrapper{
	border-color: #e4dfd9;
}

.kk-qna .editor-toolbar{
	border-bottom-color: #e4dfd9;
}

.kk-qna-thread-item .question .summary{
	margin-top: 0.5em;
}

.kk-qna .kk-qna-like{
	color: #600;
}

.kk-qna .kk-qna-thread-item {
	font-size: 1.1em;
}

.kk-qna .text br{
	display: initial!important;
}

/********************
 Vendor Box
********************/
.kk-vendorbox .kk-vendorbox-vendor{
	-webkit-filter: none;
	filter: none;
}

.kk-vendorbox.display-slider .kk-vendorbox-vendor{
	padding: 0 2em;
}

.kk-vendorbox.display-index h2 {
  font-size: 2em;
  color: #89B40F;
  border-bottom: 1px solid #e4dfd9;
}

.kk-vendorbox.display-index .vendor-index-group-wrapper {
	padding-right: 5em;
}

/********************
 360 Player
********************/
.kk-360player .kk-360player-images {
	width: 100%;
	height: 100%;
}

.kk-360player .kk-360player-close {
	font-family: "Sansation";
	font-weight: 300;
	padding: 0.7em;
	background-color: #F2F1EF;
}

.kk-360player .kk-360player-nav{
	border-top-color: #e4dfd9;
	background: #F2F1EF;
}

.kk-360player .kk-360player-nav i{
	font-size: 0.8em;
}

.kk-360player .kk-360player-nav .kk-360-navbtn{
	border-right: 1px solid #e4dfd9;
	border-left: 1px solid #e4dfd9;
	margin-right: -1px;
	background: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0));
}

.device-phone .kk-360player .kk-360player-close{
	font-size: 2.5em;
}

/********************
 HITZONE Banner
********************/
.kk-hitzone-banner .kk-hitzone-contents{
	margin: 0;
	border-color: #F4F2F0;
	border-radius: 2px;
	border-width: 1em;
	box-shadow: inset 0 0 0 1px #E4E2DF;
	padding: 1.5em;
}

.kk-hitzone-banner .kk-hitzone-position:before{
	border-bottom-color: #e4dfd9;
}

.kk-hitzone-banner .hitzone-content-image{
	width: 100px;
}

.kk-hitzone-banner .kk-hitzone-link-area{
	border-left: 1px solid #e4dfd9;
}

.kk-hitzone-banner .kk-hitzone-text-wrap{
	padding-right: 1em;
	padding-left: 0.5em;
}

.kk-hitzone-banner .kk-hitzone-button {
  font-size: 0.9em;
}

/*******************************
 HOTSPOT BANNER
*******************************/
.kk-hotspot-banner .kk-hotspot-info .kk-hotspot-title{
	font-family: "Sansation";
	font-weight: 300;
	font-size: 1.1em;
}

.kk-hotspot-banner .kk-hotspot-info .kk-hotspot-prices{
	font-family: "Sansation";
	color: #6D9106;
	white-space: nowrap;
	font-weight: 300;
	font-size: 1.2em;
}

.kk-hotspot-banner .kk-hotspot-info .kk-hotspot-description{
	font-family: "Sansation";
	font-size: 0.9em;
}

.kk-hotspot-banner .kk-hotspot-info .kk-hotspot-action{
	display: none;
}

.kk-hotspot-banner .kk-hotspot-marker.kk-hotspot-marker--dot:after{
	background: #89B40F!important;
	border-color: white!important;
	color: white;
	box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}

.kk-hotspot-banner .kk-hotspot-marker.kk-hotspot-marker--pricing-dot{
	background: #89B40F!important;
	border: 0 none!important;
	color: white!important;
	box-shadow: 0 1px 10px rgba(0,0,0,0.5);
	font-family: "Sansation";
	font-weight: normal;
	font-size: 17px;
}

.kk-hotspot-banner .kk-hotspot-marker.kk-hotspot-marker--pricing-dot .kk-hotspot-marker--pricing-dot-from {
	margin-top: -12px;
}

/*******************************
 POWERSLIDE
*******************************/
.kk-powerslide .navigation {
	text-align: center;
	width: 100%;
}

.kk-powerslide .navigation a {
	color: transparent;
	margin: 0 5px;
	width: 15px;
	height: 15px;
	opacity: 0.3;
	display: inline-block;
	float: none;
}

.kk-powerslide .navigation a.active {
	background: #89B40F;
	opacity: 1;
	box-shadow: 0 2px 19px rgba(0,0,0,0.4);
}

.kk-powerslide .ps-title {
	width: auto;
	height: auto;
	padding: 0.5em 0.8em;
	font-size: 3em;
	color: #FFF;
	background: url(images/green_bg_slider_top.png);
	background-size: cover;
	font-weight: 300;
	letter-spacing: -0.03em;
	text-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	font-style: italic;
	margin: -0.35em 0;
	float: left;
	clear: both;
}

.kk-powerslide .ps-subline {
	width: auto;
	height: auto;
	padding: 0.4em 1.5em;
	font-size: 1.25em;
	color: #FFF;
	background: rgba(134, 131, 125, 0.92);
	background-size: cover;
	font-family: "Sansation";
	font-weight: 300;
	display: inline-block;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	transform: rotate(1deg);
	transform-origin: 100% 50%;
	display: inline-block;
	float: left;
	clear: both;
}

.kk-powerslide .slide .content {
	padding: 2em;
	background: none;
	transition: none;
}


.kk-powerslide .slide .content.top-right .ps-title,
.kk-powerslide .slide .content.top-right .ps-subline,
.kk-powerslide .slide .content.center-right .ps-title,
.kk-powerslide .slide .content.center-right .ps-subline,
.kk-powerslide .slide .content.bottom-right .ps-title,
.kk-powerslide .slide .content.bottom-right .ps-subline {
	float: right;
	clear: both;
}

.kk-powerslide .preview.active .preview-overlay {
	border: 0 none;
	border-left: 3px solid #89B40F;
}

.kk-powerslide .preview-content span {
	background: rgba(134, 131, 125, 0.92);
	font-weight: normal;
}

.kk-powerslide .button-arrow {
	top: 0;
	bottom: 0;
	height: auto;
	margin: 0;
	width: 70px;
	opacity: 0;
}

.kk-powerslide:hover .button-arrow{
	opacity: 0.3;
}

.kk-powerslide .button-arrow:hover{
	opacity: 1;
}

.kk-powerslide .button-arrow.button-prev {
	background: url(images/cl-slider-prev.png), linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
	background-repeat: no-repeat;
	background-position: center center;
}

.kk-powerslide .button-arrow.button-next {
	background: url(images/cl-slider-next.png), linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
	background-repeat: no-repeat;
	background-position: center center;
}

@media screen and (max-width: 786px) {
	.kk-powerslide .slide .content { font-size: 0.7em; }
}

/*******************************
 PAGE GALLERY
*******************************/
.kkpg-index--page-title{
	background: rgba(238, 238, 238, 0.88);
	color: rgb(64, 64, 64);
	font-family: "Sansation";
	font-weight: 300;
	text-align: center;
}


.kkpg-index--page-title:after {
	content: "";
	display: inline-block;
	margin-left: 0.5em;
	border: 6px solid transparent;
	border-left-color: #89B40F;
	vertical-align: middle;
}

.kkpg-pages .kkpg-pages--backdrop {
	background: rgba(195, 192, 189, 0.8);
}

.kkpg-pages--nav {
	background: #e8e6e2;
	font-family: "Sansation";
	font-weight: 300;
	position: relative;
	z-index: 2;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
	border-bottom: 1px solid #d8d4cf;
	padding: 0.75em 0;
}

.kkpg-pages--nav-item {
	transition: all 200ms;
}

.kkpg-pages--nav-item:hover{
	background: #d8d4cf;
}

.kkpg-pages--nav-item.kkpg-active {
	background: #89B40F;
}

.kkpg-pages--nav-item-label {
	font-size: 1.2em;
	color: inherit;
}

.kkpg-pages--nav-item.kkpg-active .kkpg-pages--nav-item-label {
	color: white;
	font-weight: normal;
}

.kkpg-pages--nav-item-preview-label {
	font-family: "Sansation";
	font-weight: 300;
	background-color: rgba(0, 0, 0, 0.78);
	font-size: 1em;
	text-shadow: none;
}

.kkpg-pages--nav-item-preview {
	width: 200px;
	height: 200px;
	margin-left: -100px;
	z-index: 2;
	transition: all 500ms 200ms;
}

.kkpg-pages--nav-item.kkpg-active .kkpg-pages--nav-item-preview {
	display: none;
}

.kkpg-page {
	max-width: 1160px;
	border-right: 1px solid #e4dfd9;
	border-left: 1px solid #e4dfd9;
	padding: 3em;
}

.kkpg-page *:first-child {
	margin-top: 0!important;
}

.kkpg-pages .kkpg-page-item {
	background: #F7F6F5;
}

.kkpg-page--close {
	color: inherit;
	font-size: 3em;
	font-family: "Sansation";
	font-weight: 300;
	background: #d8d4cf;
}

.kkpg-page-loader {
	border: 0 none;
	background: url(images/cl-loading-spinner.png) center center no-repeat;
	background-size: contain;
	animation-duration: 3000ms;
	width: 150px;
	height: 150px;
	margin-top: -75px;
	margin-left: -75px;
	top: 50vh;	
}


@media screen and (max-width: 786px) {
	.kkpg-page {
		padding: 2em 1em;
	}
}

/******************************
 PRODUCT FINDER
******************************/
.kkpf-filter-items-body:before {
	display: none;
}

.kkpf-filter-items-body {
	background-color: #F4F2F0;
}

.kkpf-image-grid-item:before {
	opacity: 1;
	border-color: #e4dfd9;
}

.kkpf-filter-step-head-title {
	font-family: "Sansation";
	font-weight: 300;
	font-size: 1.3em;
	color: #333;
}

.kkpf-filter-step-head-desc,
.kkpf-filter-step-head-choices {
	font-size: 0.9em;
}

.kkpf-filter-step-head-circle {
	border-width: 1px;
}

.kkpf-filter-items:before {
	border-left: 1px solid #e4dfd9;
}
