@charset "utf-8";
/* CSS Document */
/*/@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);	*/
@import url(http://fonts.googleapis.com/css?family=Muli:400,300,300italic,400italic&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Cabin:400,400italic,500,500italic,600,600italic,700,700italic&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=EB+Garamond&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Slabo+27px&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Dosis:400,300,600,500&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Maven+Pro:400,700,500&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,600,600italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,900&subset=latin,latin-ext);
.wrapper{
	float:left;
	width:100%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Lato', sans-serif;
	
}
body {
 font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
}

/*
===========================================================
						HEADER
===========================================================
*/


header{
	float:left;
	width:100%;
}

.top-strip{
	float:left;
	width:100%;
	padding:8px 0px;
}
.top-strip p{
	margin:0px;
	font-size:12px;
	color:#fff;
	line-height:normal;
}

.top-strip-links{
	float:right;
}
.top-strip-links ul{
	float:left;
	width:100%;
	list-style:none;
	margin:0px;
	padding:0px;
}
.top-strip-links ul li{
	float:left;
	margin:0px 0px 0px 20px;
}
.top-strip-links ul li:first-child{
	margin:0px;
}
.top-strip-links ul li a{
	color:#fff;
	font-size:12px;
}
.top-strip-links ul li a:hover{
	text-decoration:none;
	text-shadow:1px 1px 0px rgba(0,0,0,0.2);
}
.top-strip-links ul li i{
	float:left;
	margin:3px 10px 0px 0px;
	font-size:14px;
}

/*
===========================================================
					NAVIGATION
===========================================================
*/
.nav-container{
	float:left;
	width:100%;
	background-color:#fff;
	padding:30px 0px;
}
.logo{
	float:left;
}
.navigation{
	float:right;
	margin:7px 0px;
}
.navigation ul{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}
.navigation ul li{
	float:left;
	position:relative;
}
.navigation ul li a{
	display:block;
	padding:6px 20px;
	font-size:15px;
	color:#fff;
	border-radius:5px;
	border:solid 2px transparent;
}
.navigation ul li a:hover, .navigation ul li:hover > a{
	border-color:#afb5c0;
}

.navigation ul ul{
	position:absolute;
	left:0px;
	top:100%;
	background-color:#fff;
	width:250px;
	z-index:100;
	padding:5px;
	border-bottom:solid 10px;
	box-shadow:0px 5px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 5px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 5px 5px 0px rgba(0,0,0,0.3);
	transform:scale(0);
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.navigation ul ul ul{
	top:0px;
	left:100%;
}
.navigation-3 ul li.last ul,
.navigation ul li.last ul{
	left:auto;
	right:0px;
}
.navigation ul li.last ul ul{
	left:auto;
	right:100%;
}
.navigation ul li:hover > ul{
	transform:scale(1);
}
.navigation ul ul li {
	float:left;
	width:100%;
	margin:0px;
}
.navigation ul ul li a:hover{
	color:#fff;
}
.navigation ul ul li:hover:after{
	width:100%;
}
.navigation ul ul li:first-child{
	border:none;
}
.navigation ul ul li a{
	font-size:14px;
	text-transform:capitalize;
	font-weight:normal;	
}

.bag-button{
	float:right;
	margin:7px 0px 7px 20px;
	display:none;
}
.bag-button a{
	display:block;
	padding:8px 20px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	float:right;
	border-radius:5px;
}
.bag-button a i{
	margin:0px 10px 0px 0px;
}
.bag-button a:hover{
	background-color:#000;
	color:#fff;
}
.logo h1{
	margin:0px;
	padding:0px;
}
/*
===========================================================
					MEGA MENU
===========================================================
*/
.relative{
	position:relative;
}
.kode-mega-menu{
	position:static !important;
}
.kode-megamenu-container{
	position:absolute;
	left:0px;
	top:100%;
	padding:0px 0px 0px 0px;
	width:100%;
	z-index:100;
	visibility:hidden;
	opacity:0;
	background-color:#fff;
	margin:0px 0px 0px 0px;
	transition:all 0.3s ease-out 0.5s;
	-moz-transition:all 0.3s ease-out 0.5s;
	-webkit-transition:all 0.3s ease-out 0.5s;
}
.kode-mega-menu.fixed-width .kode-megamenu-container{
	width:1170px;
	left:0px;
	right:0px;
	margin:auto;
	
}
.navigation ul li.kode-mega-menu.small-menu{
	position:relative !important;
}
.navigation ul li.kode-mega-menu.small-menu .kode-megamenu-container .mega-wrapper{
	background:none;
}
.kode-mega-menu.small-menu .kode-megamenu-container{
	width:585px;
}
.kode-megamenu-container .kode-newsletters{
	float:left;
	width:100%;
}
.navigation li.kode-mega-menu:hover .kode-megamenu-container{
	visibility:visible;
	opacity:1;
	transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.kode-megamenu-container .mega-wrapper{
	float:left;
	width:100%;
	background-color:#fff;
	padding:20px 20px 20px 20px;
	background-image:url(../images/menu-bg.png);
	background-repeat:no-repeat;
	background-position:top right;
	min-height:322px;
	background-size:contain;
}
.navigation ul li.kode-mega-menu a:before{
	display:none;
}
.kode-megamenu-container .mega-wrapper h3{
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 15px 0px;
	padding:0px 0px 10px 0px;
	border-bottom:solid 1px #ccc;
}
.kode-megamenu-container .mega-wrapper ul{
	float:left;
	width:100%;
	list-style:none;
	margin:0px;
	transform:none;
	-moz-transform:none;
	-webkit-transform:none;
	box-shadow:none;
	border:none;
	background-color:transparent;
	position:static;
}
.kode-megamenu-container .mega-wrapper ul li{
	float:left;
	width:100%;
}
.kode-megamenu-container .mega-wrapper ul li:before{
	content:"\f105";
	position:absolute;
	left:0px;
	top:8px;
	font-size:12px;
	font-family:FontAwesome;
}
.kode-megamenu-container .mega-wrapper ul li:hover:before{
	left:8px;

}
.navigation li.kode-mega-menu .kode-megamenu-container .mega-wrapper ul li a{
	display:block;
	color:#555252;
	padding:7px 12px !important;
	background-color:transparent;
	border:none;
}
.navigation li.kode-mega-menu .kode-megamenu-container .mega-wrapper ul li:hover a{
	padding:7px 18px !important;
	background:none;
}
.navigation li.kode-mega-menu .kode-megamenu-container .mega-wrapper ul li a:hover{
	border:none;
}
.navigation li.kode-mega-menu .kode-megamenu-container .mega-wrapper .kode-product-3 .kode-thumb a{
	padding:0px;
}
.navigation li.kode-mega-menu .kode-megamenu-container .mega-wrapper .kode-product-3 .kode-thumb a.add-to-cart{
	border:none;
	border-radius:100%;
	font-size:30px;
	padding:13px 0;
	margin:-90px auto 0;
	height:70px;
	width:70px;
}
.navigation li.kode-mega-menu .kode-megamenu-container .mega-wrapper .kode-product-3{
	position:relative;
}
.navigation li.kode-mega-menu .kode-megamenu-container .mega-wrapper .kode-product-3 .kode-text{
	position:absolute;
	left:5px;
	bottom:5px;
	right:5px;
	width:auto;
	background-color:rgba(255,255,255,0.8);
}
/*
===========================================================
					MAIN BANNER
===========================================================
*/
.banner{
	float:left;
	width:100%;
	background-image:url(../images/banner-jpg.jpg);
	background-position:center;
	background-size:cover;
	padding:50px 0px;
	position:relative;
}
.banner:before{
	background-color:rgba(31,31,31,0.5);
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	content:"";
}
.banner-slide{
	float:left;
	padding:0px 15px;
	position:relative;
	width:100%;
}
.banner-slide img{
	float:left;
	width:100%;
}
.banner-slide a{
	display:block;
}
.banner-slide .banner-caption{
	float:left;
	position:absolute;
	left:15px;
	bottom:0px;
	right:15px;
	padding:20px 30px;
	background-color:rgba(254,65,61,0.9);
}
.banner-slide .banner-caption h3{
	font-size:20px;
	color:#fff;
	margin:0px 0px 0 0px;
}
.banner-slide .banner-caption h2{
	font-size:42px;
	color:#fff;
	margin:0px;
	font-weight:normal;
}
.banner-slide:hover .banner-caption{
	bottom:50px;
	background-color:rgba(0,0,0,0.9);
}
.banner .owl-pagination{
	display:none;
}
.banner .owl-controls .owl-buttons .owl-prev, .banner .owl-controls .owl-buttons .owl-next{
	height:50px;
	width:50px;
	position:absolute;
	left:-50px;
	opacity:0.5;
}
.banner .owl-controls .owl-buttons .owl-prev:hover, .banner .owl-controls .owl-buttons .owl-next:hover{
	opacity:1;
}
.banner .owl-controls .owl-buttons .owl-next{
	right:-50px;
	left:auto;
}
.banner .owl-controls .owl-buttons .owl-prev:before, .banner .owl-controls .owl-buttons .owl-next:before{
	content:"\f104";
	font-family:FontAwesome;
	font-size:60px;
	line-height:60px;
	position:absolute;
	left:0px;
	top:0px;
	color:#fff;
}
.banner .owl-controls .owl-buttons .owl-next:before{
	content:"\f105";
	left:auto;
	right:0px;
}
.banner .owl-buttons{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-25px;
	width:100%;
}
/*
===========================================================
					BANNER 2
===========================================================
*/
.banner-2{
	float:left;
	width:100%;
}
.banner-2 ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
.banner-2 ul li{
	overflow:hidden;
}
/*.banner-2 ul li .caption:before{
	content:"";
	position:absolute;
	left:-30%;
	top:0px;
	width:60%;
	height:60%;
	transform:skewX(-40deg);
	-moz-transform:skewX(-40deg);
	-webkit-transform:skewX(-40deg);
	opacity:0.7;
}
.banner-2 ul li .caption:after{
	content:"";
	position:absolute;
	right:-30%;
	bottom:0px;
	width:60%;
	height:60%;
	transform:skewX(-40deg);
	-moz-transform:skewX(-40deg);
	-webkit-transform:skewX(-40deg);
	opacity:0.7;
}*/
.banner-2 ul li .caption{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	padding:100px 0px;
}
.banner-2 ul li .caption h2{
	color:#fff;
	font-size:160px;
	line-height:160px;
	font-family: 'Slabo 27px', serif;
	font-weight:bold;
	margin:0px;
}
.banner-2 ul li .caption h5{
	color:#fff;
	font-size:40px;
	font-family: 'Slabo 27px', serif;
	font-weight:bold;
	margin:0px;
}
.banner-2 ul li .caption h4{
	font-size:80px;
	color:#fff;
	font-family: 'Slabo 27px', serif;
	font-weight:bold;
	margin:0px;
}
.banner-2 ul li .caption a.shop{
	display:inline-block;
	padding:10px 30px;
	font-size:20px;
	font-family: 'Slabo 27px', serif;
	color:#fff;
	border:solid 2px #fff;
	font-weight:bold;
	margin:0px;
}
.banner-2 ul li .caption div{
	position:relative;
	top:50%;
	margin-top:-9%
}
.banner-2 .bx-wrapper .bx-pager{
	position:absolute;
	left:0px;
	bottom:20px;
	width:100%;
}
.banner-2 .bx-wrapper .bx-pager.bx-default-pager a{
	background-color:#000;
}
/*
===========================================================
						BANNER 3
===========================================================
*/
.banner-3{
	float:left;
	width:100%;
}
.banner-3 ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
.banner-3 ul li .kids{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	text-align:center;
}
.banner-3 .bx-wrapper img{
	float:none;
	display:inline;
}

.banner-3 ul li .thumb{
	float:left;
	width:100%;
	margin:0px 0px 70px 0px;
	min-height:830px;
	background-image:url(../images/banner-bg.png);
	background-size:cover;
	background-position:center;
	position:relative;
}
.banner-3 ul li .thumb:before{
	content:"";
	background-color:rgba(0,0,0,0.7);
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
}
.banner-3 ul li .caption{
	position:absolute;
	left:0px;
	width:100%;
	top:140px;
	text-align:center;
}
.banner-3 ul li .caption h2{
	color:#fff;
	font-size:120px;
	font-family: 'Source Serif Pro', serif;
	font-weight:bold;
	margin:0px;
}
.banner-3 ul li .caption p{
	font-family: 'Source Serif Pro', serif;
	font-size:45px;
	color:#fff;
	margin:0px;
	float:none;
}
/*
===========================================================
					CONTANT SECTION
===========================================================
*/

.contant{
	float:left;
	width:100%;
	padding:50px 0px 20px;
}
.contant h2{
	font-size:24px;
	margin:0px 0px 10px 0px;
	padding:#212121;
}
.contant .pagination{
	width:100%;
	text-align:center;
	margin:0px;
}
.contant .pagination li{
	display:inline-block;
}
.contant section{
	float:left;
	width:100%;
	padding:50px 0px;
}

/*
===========================================================
					HEADING STYLE 1
===========================================================
*/
.heading-1, .heading-2, .heading-3{
	float:left;
	width:100%;
	text-align:center;
	margin:0px 0px 30px 0px;
}
.heading-1 h2, .heading-2 h2, .heading-3 h2{
	font-size:32px;
	line-height:27px;
	padding:0px 120px 20px 120px;
	border-bottom:solid 1px #CCCCCC;
	display:inline-block;
	margin:0px 0px 16px 0px;
	position:relative;	
}
.heading-1 p, .heading-2 p, .heading-3 p{
	float:none;
	margin-bottom:0px;
	line-height:normal;
}
.heading-3 h2{
	margin:0px 0px 25px 0px;
}
.heading-1 h2:before, .heading-1 h2:after, .heading-2 h2:before{
	content:"";
	height:4px;
	width:100px;
	background-color:#fe413d;
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-9px;
}
.heading-1 h2:after{
	left:auto;
	right:0px;
}
.heading-3 h2:before, .heading-3 h2:after{
	content:"\f055";
	position:absolute;
	left:-17px;
	bottom:-13px;
	font-size:24px;
	color:#CCCCCC;
	font-family:FontAwesome;
}
.heading-3 h2:after{
	left:auto;
	right:-17px;
}
.heading-1 p{float:none;}
/*
===========================================================
					HEADING STYLE 1
===========================================================
*/
.heading-2 h2:before{
	bottom:0px;
	width:60%;
	right:0px;
	left:0px;
	margin:0px auto -3px auto;
	top:auto;
	height:5px;
}
/*
===========================================================
				SHIPPING SERVICES SECTION
===========================================================
*/
.shipping-services{
	float:left;
	width:100%;
	padding:15px;
}
.shipping-services:hover{
	background-color:#2f2f2f;
}
.shipping-services i{
	float:left;
	height:76px;
	width:76px;
	font-size:70px;
	color:#fff;
	text-align:center;
}
.shipping-services .text{
	padding:10px 0px 0px 86px;
}
.shipping-services .text h2{
	font-size:18px;
	margin:0px 0px 5px 0px;
	color:#fff;
	font-weight:normal;
}
.shipping-services .text h2 a{
	color:#fff;
}
.shipping-services .text p{
	margin:0px;
	color:#fff;
	font-size:12px;
	line-height:normal;
}
/*
===========================================================
					PRODUCT LISTING
===========================================================
*/
.product-listing{
	list-style:none;
	padding:0px;
	margin:-30px auto 0px auto;
}
.product-listing li{
	margin-bottom:30px;
}
.product-container{
	float:left;
	width:100%;
}
.product-container .thumb{
	float:left;
	width:100%;
	border:solid 20px #e2e2e2;
	background-color:#2f2f2f;
	position:relative;
	outline:solid 1px #fff;
	outline-offset:-10px;
}
.product-container .thumb .label, .new-product-container .thumb .label{
	position:absolute;
	top:20px;
	left:0px;
	background-color:#fb3b37;
	padding:8px 15px;
	border-radius:0px;
	font-size:14px;
	z-index:10;
	font-weight:normal;
}
.product-container:hover .thumb img{
	opacity:0.5;
}
.product-container:hover .thumb .label, .new-product-container:hover .thumb .label{
	padding:8px 25px;
}
.product-container .thumb .label:before, .new-product-container .thumb .label:before{
	content:"";
	position:absolute;
	top:0px;
	right:-10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 0 0;
	border-color: #fb3b37 transparent transparent transparent;
}
.product-container .thumb .label:after, .new-product-container .thumb .label:after{
	content:"";
	position:absolute;
	bottom:0px;
	right:-10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 0 10px;
	border-color: transparent transparent transparent #fb3b37;
}
.product-container .thumb a{
	display:block;
	float:left;
}
.product-container .thumb a:before{
	content:"\f067";
	position:absolute;
	left:0px;
	top:10%;
	width:100%;
	font-family:FontAwesome;
	text-align:center;
	color:#fff;
	font-size:40px;
	z-index:10;
	margin-top:-30px;
	opacity:0;
}
.product-container:hover .thumb a:before{
	opacity:1;
	top:50%;
}
.product-container .thumb img{
	width:100%;
}
.product-container .text{
	float:left;
	width:100%;
	padding:20px;
	position:relative;
}
.product-container:hover .text{
	background-color:#2f2f2f;
}
.product-container .text h2{
	font-size:20px;
	color:#fff;
	margin:0px;
}
.product-container .text a{
	color:#fff;
	text-decoration:none;
}
.product-container .text p{
	margin:0px;
	color:#fff;
}
.product-container .text .price{
	height:60px;
	width:60px;
	background-color:#fff;
	border-radius:100%;
	font-size:18px;
	text-align:center;
	position:absolute;
	top:50%;
	right:15px;
	font-weight:bold;
	margin-top:-30px;
	padding:17px 0px;
	box-shadow:0 0 0 5px rgba(255, 255, 255, 0.3);
	-moz-box-shadow:0 0 0 5px rgba(255, 255, 255, 0.3);
	-webkit-box-shadow:0 0 0 5px rgba(255, 255, 255, 0.3);
}
/*
===========================================================
					DISCOUNT SECTION
===========================================================
*/
.discount, .kf-blog, .discount-2, .discount-3, .discount-4, .children-discount{
	float:left;
	width:100%;
	text-align:center;
	background-image: url(../images/discount-bg.jpg);
	background-position:center;
	background-size:cover;
	position:relative;
}
.contant section.discount-2, .contant section.children-discount{
	padding:50px 0px;
}
.contant .discount{
	padding:50px 0px;
}
.discount-2{
	background-image: url(../images/discount-bg2.jpg);
}
.contant .discount-3{
	text-align:left;
	background-image: url(../images/discount-bg3.jpg);
	padding:50px 0px;
}
.contant .discount-4{
	text-align:left;
	background-image: url(../images/discount-bg4.jpg);
	padding:50px 0px;
}
.discount-2 h4.color{
	padding-bottom:7px;
}
.children-discount{
	text-align:left;
	background-image:url(../images/kids-bg.jpg);
}
.discount:before, .discount-2:before, .discount-3:before, .discount-4:before, .children-discount:before{
	content:"";
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	background-color:rgba(0,0,0,0.7);
}
.discount .container, .discount-2 .container, .discount-3 .container, .discount-4 .container, .children-discount .container{
	position:relative;
}
.discount h4, .discount-2 h4, .discount-3 h4, .discount-4 h4, .children-discount h4{
	line-height:33px;
	font-size:50px;
	color:#fff;
	margin:0px 0px 40px 0px;
}
.discount-4 h4{
	padding-bottom:5px;	
}
.discount h2, .discount-2 h2, .discount-3 h2, .discount-4  h2, .children-discount h2{
	font-size:60px;
	line-height:60px;
	color:#fff;
	margin:0px 0px 40px 0px;
}
.discount-4 h2{
	line-height:40px;
}
.children-discount h2{
	line-height:54px;
}
.discount-2 h2, .discount-2 h4, .discount-3 h4, .discount-4 h4, .discount-3 h2, .children-discount h2, .children-discount h4{
	font-family: 'Slabo 27px', serif;
}
.children-discount h2, .children-discount h4{
	font-weight:bold;
	margin:0px 0px 30px 0px;
}
.discount-3 h2{
	font-size:150px;
	line-height:135px;
	letter-spacing:2px;
	padding-bottom:15px;
}
.discount .btn-container, .discount-2 .btn-container, .discount-3 .btn-container, .discount-4 .btn-container, .children-discount .btn-container{
	float:left;
	width:100%;	
	text-align:center;
}
.discount-4 .btn-container{
	text-align:left;
}
.discount-34 .btn-container, .children-discount .btn-container,
.discount-3 .btn-container, .children-discount .btn-container{
	text-align:left;
}
.discount .btn-container a, .discount-2 .btn-container a, .discount-3 .btn-container a, .discount-4 .btn-container a, .children-discount .btn-container a{
	font-size:18px;
	display:inline-block;
	padding:8px 30px;
	border:solid 2px #fff;
	color:#fff;
	margin:0px 10px;
}
.btn-container a.first-child{
	margin-left:0px;
}

.children-discount .kids-discount{
	position:absolute;
	right:0px;
	top:40px;
}
.children-discount .kids-discount .thumbs{
	float:left;
	margin:0px 20px;
	padding:5px;
	background-color:#fff;
	position:relative;
}
.children-discount .kids-discount .thumbs:before{
	content:"";
	height:210px;
	width:100%;
	border-radius:100%;
	background-color:#fff;
	left:0px;
	top:-40px;
	position:absolute;
}
.children-discount .kids-discount .thumbs span{
	height:15px;
	width:15px;
	background-color:#000;
	left:0px;
	right:0px;
	top:-30px;
	margin:auto;
	position:absolute;
	border-radius:100%;
	z-index:10;
}
.children-discount .kids-discount .thumbs:after{
	content:"";
	height:150px;
	background-color:#fff;
	width:1px;
	position:absolute;
	bottom:100%;
	left:0px;
	right:0px;
	margin:auto;
}
.children-discount .kids-discount .thumbs .cover{
	float:left;
	width:100%;
	position:relative;
	z-index:10;
}
/*
===========================================================
				NEW PRODUCTS SECTION
===========================================================
*/
.new-products{
	list-style:none;
	padding:0px;	
	margin:-30px auto 0px auto;
}
.new-products li{
	margin-bottom:30px;
}
.new-product-container{
	float:left;
	width:100%;
	border:solid 1px #e3e3e3;
	position:relative;
	overflow:hidden;
}
.new-product-container .thumb{
	float:left;
	width:100%;
	position:relative;
}
.new-product-container .thumb img{
	width:100%;
}
.new-product-container .thumb:before{
	content:"";
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0);
}
.new-product-container:hover .thumb:before{
	background-color:rgba(0,0,0,0.85);
}
.pro-name{
	float:left;
	background-color:#2f2f2f;
	position:absolute;
	width:100%;
	left:0px;
	bottom:-100%;
	padding:0px 0px 0px 15px;
}
.new-product-container:hover .pro-name{
	bottom:0;
}
.pro-name .price{
	font-size:20px;
	color:#000;
	padding:7px 15px;
	float:right;
}
.pro-name p{
	float:left;
	margin:10px 0px;
	color:#fff;
	font-size:16px;
	line-height:normal;
}
.new-product-container .btns{
	position:absolute;
	left:100%;
	top:50%;
	width:100%;
	text-align:center;
	z-index:10;
	margin-top:-23px;
}
.new-product-container:hover .btns{
	left:0;
}
.new-product-container .btns a{
	display:inline-block;
	border:solid 1px #858483;
	height:46px;
	width:46px;
	color:#dbd8d5;
	text-align:center;
	padding:7px 0px;
	line-height:26px;
	font-size:26px;
	margin:0px 3px;
}
.new-product-container .btns a:hover{
	color:#fff;
	border-color:#fff;
}
/*
===========================================================
					CSS TRANSITIONS
===========================================================
*/
.kf-blog{
	text-align:left;
	background:#f8f8f8;
}
.kf-blog .container{
	position:relative;
}



.kf-blog-listing{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.kf-blog .kf-blog-listing, .kf-blog-2 .kf-blog-listing{
	margin-bottom:0px
}
section.kf-blog-2{
	background:#eee;
	padding:50px 0px 20px 0px
}
.kf-blog-listing .thumb{
	float:left;
	width:100%;
	border-bottom: solid 4px;
	position:relative;
	background-color:#000;
	overflow:hidden;
}
.kf-blog-listing .thumb:before{
	content:"\f067";
	position:absolute;
	left:0px;
	top:0;
	font-family:FontAwesome;
	font-size:30px;
	color:#fff;
	text-align:center;
	width:100%;
	margin:-17px 0px 0px 0px;
	opacity:0;
	z-index:10;
}
.kf-blog-listing:hover .thumb:before{
	top:50%;
	opacity:1;
	z-index:100;
}
.kf-blog-listing .thumb img{
	width:100%;
}
.kf-blog-listing:hover .thumb img{
	transform:scale(3);
	-moz-transform:scale(3);
	-webkit-transform:scale(3);
	transition:all 20s ease-in-out;
	-moz-transition:all 20s ease-in-out;
	-webkit-transition:all 20s ease-in-out;
}


.kf-blog-listing .thumb a{
	float:left;
	width:100%;
	position:relative;
}
.kf-blog-listing .thumb a:before{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	content:"";
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0);
	z-index:10;
}
.kf-blog-listing:hover .thumb a:before{
	background-color:rgba(0,0,0,0.5);
}
.kf-blog-listing .kf-date{
	position:absolute;
	right:10px;
	bottom:-5px;
	text-align:center;
	font-size:22px;
	color:#fff;
	line-height:22px;
	padding:10px 0px 16px 0px;
	z-index:100;
}
.kf-blog-listing .kf-date:after{
	content:"";
	position:absolute;
	left:-10px;
	bottom:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11px 11px 0;
	border-color: transparent rgba(0,0,0,0.5) transparent transparent;


}
.kf-blog-listing .kf-date span{
	float:left;
	width:100%;
	font-size:14px;
	line-height:14px;
}
.kf-blog-listing .text{
	float:left;
	width:100%;
	padding:20px 0px 0px 0px;
}
.kf-blog .kf-blog-listing .text{
	background-color:#333;
	padding:20px 20px 20px 20px;
}
.kf-blog .kf-blog-listing .text h2, .kf-blog .kf-blog-listing .text p{
	color:#fff;
}
.kf-blog-listing .text h2{
	font-size:20px;
	margin:0px 0px 20px 0px;
	line-height:normal;
}
.kf-blog-listing .text p{
	margin:0px 0px 20px 0px;
}
.kf-meta{
	float:left;
	width:100%;
}
.kf-meta ul{
	float:left;
	width:100%;
	list-style:none;
	margin:0px 0px 10px 0px;
	padding:0px;
}
.kf-meta ul li{
	float:left;
	margin:0px 0px 0px 15px;
}
.kf-meta ul li:first-child{
	margin:0px;
}
.kf-meta ul li i{
	margin:0px 8px 0px 0px;
}
.kf-meta ul li a{
	font-size:14px;
	color:#687a8d;
}
.kf-blog .kf-meta ul li a{
	color:#fff;
}
.kf-blog .kf-blog-listing a.more{
	border:solid 1px rgba(255,255,255,0.5);
	display:block;
	padding:8px 20px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	display:inline-block;
}
.kf-blog-listing a.more{
	background-color:#2f2f2f;
	display:block;
	padding:8px 20px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}
/*
===========================================================
					OUR BRANDS
===========================================================
*/
.contant .brands{
	float:left;
	width:100%;	
	padding:30px 0px;
}
.brands .owl-client .item{
	padding:15px;
}
/*
===========================================================
					SOCIAL
===========================================================
*/
section.social{
	float:left;
	width:100%;
	padding:0px;
}
.social-contacts{
	float:left;
	width:33.333%;
	border-left:solid 1px #fff;
	padding:20px;
}
div.social-contacts:first-child{
	border:none;
}

.follow-us{
	float:left;
	width:100%;
}
.follow-us a{
	height:32px;
	width:32px;
	line-height:32px;
	background-color:#fff;
	border-radius:100%;
	float:left;
	margin:5px 5px 0px 0px;
	font-size:16px;
	text-align:center;
	
}
.follow-us a:hover{
	background:#000;
	color:#fff;
}
.follow-us a i{
	margin:0px;
	float:none;
}
.follow-us h2{
	float:left;
	font-size:22px;
	color:#fff;
	margin:4px 20px 4px 0px;
}

.icon-text{
	float:left;
	width:100%;
	padding:5px 0px;
}
.icon-text i{
	float:left;
	margin:0px 15px 0px 0px;
	font-size:28px;
	color:#fff
}
.icon-text p{
	float:left;
	margin:0px 0px;
	font-size:18px;
	color:#fff;
}
/*
===========================================================
						FOOTER
===========================================================
*/
footer{
	float:left;
	width:100%;
	background-color:#2f2f2f;
	padding:50px 0px;
}
footer h2{
	font-size:22px;
	color:#fff;
	margin:0px 0px 15px 0px;
}
/*
===========================================================
					WIDGET SETTING
===========================================================
*/
.widget{
	float:left;
	width:100%;
}
.sidebar .widget{
	margin-bottom:30px;
}
/*
===========================================================
					NEWS WIDGET
===========================================================
*/

.widget-news{
}

.widget-news ul{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}
.widget-news ul li{
	float:left;
	width:100%;
	margin:20px 0px 0px 0px;
}
.widget-news ul li:first-child{
	margin:0px;
}
.widget-news .news-date{
	float:left;
	width:68px;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	line-height:22px;
	color:#fff;
	padding:14px 0px 0px 0px;
}
.widget-news ul li:hover .news-date{
	background-color:#000;
}
.widget-news .news-date small{
	font-size:16px;
	line-height:16px;
	font-weight:normal;
}
.widget-news .news-date .year{
	background-color:#fe413d;
	font-size:20px;
	padding:3px 0px;
	margin:10px 0px 0px 0px;
	
}
.widget-news .text{
	padding:0px 0px 0px 88px;
}
.widget-news .text h4{
	margin:0px 0px 5px 0px;
	color:#fff;
	font-size:18px;
}
.widget-news .text p{
	color:#fff;
}
.widget-news .text a.more{
	font-weight:bold;
}
/*
===========================================================
					CSS TRANSITIONS
===========================================================
*/
.widget-utilities{
	
}
.widget-utilities ul{
	float:left;
	width:100%;
	list-style:none;
	margin:0px;
	padding:0px;
}
.widget-utilities ul li{
	float:left;
	width:100%;
	margin:10px 0px;
}
.widget-utilities ul li a{
	font-size:16px;
	color:#fff;
	display:inline-block;
}
.widget-utilities ul li i{
	font-size:18px;
	margin:0px 10px 0px 0px;
}
/*
===========================================================
					TEXT WIDGET
===========================================================
*/
.widget-text{
}
.widget-text p{
	margin:0px 0px 10px 0px;
	font-size:16px;
	color:#fff;
}
/*
===========================================================
					INNER PAGE BANNER
===========================================================
*/
.banner-inner{
	padding:50px 0px;
	float:left;
	width:100%;
	background-color:#000;
	position:relative;
	background-image:url(../images/tepeheader.jpg);
	background-size:cover;
	background-position:left;
}
.banner-inner:before{
	content:"";
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.4);
	background-image:url(../images/pettern.png);
}
.banner-inner .container{
	position:relative;
}
.banner-inner h1{
	font-size:36px;
	color:#fff;
	margin:0px 0px 0px 0px;
	font-weight:normal;
}
/*
===========================================================
				PRODUCT LISTING PAGE
===========================================================
*/

.product-listing2{
	float:left;
	width:100%;
}
.product-listing2 ul{
	list-style:none;
	padding:0px;
	margin-bottom:0px;
	margin-top:0px;
}
.product-listing2 ul li{
	margin-bottom:30px;
	display:inline-block;
}

.kf-products{
	float:left;
	width:100%;
	padding:10px;
	border:solid 1px #e3e3e3;
	position:relative;
	overflow:hidden;
}
.kf-products .thumb{
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
	background-color:#000;
}
.kf-products .thumb img{
	width:100%;
}
.kf-products:hover .thumb img{
	opacity:0.5;
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
.kf-products .text{
	float:left;
	width:100%;
	padding:15px 0px 5px 0px;
}
.kf-products .text h3{
	font-size:20px;
	margin:0px 0px 5px 0px;
}
.kf-products .text h3 a{
	color:#fff;
}
.kf-products .text p{
	margin:0px;
}
.kf-products .caption p{
	float:none;
}
.kf-products .kf-price{
	position:absolute;
	right:-15px;
	bottom:15px;
	color:#fff;
	font-size:20px;
	padding:5px 30px 5px 20px;
	transform:skewX(-20deg);
	-moz-transform:skewX(-20deg);
	-webkit-transform:skewX(-20deg);
}
.kf-products:hover .kf-price{
	padding:5px 50px 5px 20px;
}
.kf-products .kf-price div{
	transform:skewX(20deg);
	-moz-transform:skewX(20deg);
	-webkit-transform:skewX(20deg);
}

.kf-products .kf-price i{
	font-size:20px;
	margin:2px 10px 0px 0px;
	float:left;
}
.kf-products .new-tag, .all-product-container .new-tag, .product-detail .bx-wrapper li .new-tag{
	background-color:#fe413d;
	padding:30px 50px 10px;
	color:#fff;
	font-size:18px;
	text-align:center;
	position:absolute;
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	left:-50px;
	top:-15px;
	z-index:10;
}
.kf-products .caption{
	position:absolute;
	padding:20px 0px;
	background-color:rgba(0,0,0,0.3);
	border-top:solid 1px rgba(255,255,255,0.5);
	border-bottom:solid 1px rgba(255,255,255,0.5);
	left:0px;
	top:0;
	width:100%;
	z-index:10;
	text-align:center;
	margin:-90px 0px 0px 0px;
	opacity:0;
}
.kf-products:hover .caption{
	top:55%;
	opacity:1;
}
.kf-products .caption p{
	font-size:18px;
	color:#fff;
	margin:0px;
}
.kf-products .caption h3{
	font-size:35px;
	color:#fff;
	margin:0px;
}
.kf-products .caption a.zoom{
	height:50px;
	width:50px;
	position:absolute;
	left:0px;
	right:0px;
	margin:auto;
	top:100%;
	text-align:center;
	font-size:20px;
	padding:10px 0px;
	color:#fff;
}
.kf-products .caption a.zoom:hover{
	background-color:#000;
}
.kf-products .zoom{
	display:none;
}
/*
===========================================================
					PRODUCT PAGE 2
===========================================================
*/
.product-listing3 ul{
	list-style:none;
	padding:0px;
	margin-top:0px;
	margin-bottom:10px;
}
.product-listing3 ul li{
	margin:0px 0px 30px 0px;
}
.product-listing3 .kf-products .kf-price{
	position:static;
	transform:none;
	-moz-transform:none;
	-webkit-transform:none;
	text-align:center;
	width:100%;
	margin:0px 0px 10px 0px;
	
}
.product-listing3 .kf-products .kf-price div{
	transform:none;
	-moz-transform:none;
	-webkit-transform:none;
}
.product-listing3 .kf-products .kf-price i{
	float:none;
	display:inline-block;
}
.product-listing3 .kf-products:hover .kf-price{
	padding:5px 30px 5px 20px
}
.kf-products .kf-price div{
	transform:skewX(20deg);
	-moz-transform:skewX(20deg);
	-webkit-transform:skewX(20deg);
}
.product-listing3 .kf-products .caption{
	margin-top:-30px;
}
/*
===========================================================
					CSS TRANSITIONS
===========================================================
*/
.sidebar .widget h2{
	font-size:22px;
	color:#fff;
	margin:0px 0px 15px 0px;
	display:block;
	padding:10px 15px;
	font-weight:normal;
}

.widget-search-product{
}
.widget-search-product select{
	min-height:40px;
	border:none;
	background-color:#efefef;
	padding:0px 17px;
	width:100%;
	margin:0px 0px 20px 0px;
}
.widget-search-product select option{
	padding:10px;
}
.widget-search-product button{
	float:left;
	padding:10px 20px;
	border:none;
	color:#fff;
	font-weight:bold;
}
.widget-search-product button:hover{
	background-color:#000;
}
/*
===========================================================
					CATEGORY WIDGET
===========================================================
*/
.widget-categories{
}
.kd-accordion{
	float:left;
	width:100%;
}
.kd-accordion .accordion{
	border-bottom:solid 1px #e5e5e5;
	padding:5px 10px;
	margin:0px 0px 10px 0px;
	font-size:16px;
	cursor:pointer;
}
.kd-accordion .accordion i{
	float:right;
	font-size:12px;
	margin:5px 0px;
}
.kd-accordion .accordion.accordion-open i:before{
	content:"\f077"
}
.kd-accordion ul, .widget-brands ul{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
	width:100%;
}
.kd-accordion ul li, .widget-brands ul li{
	float:left;
	width:100%;
	padding:0px 10px;
	margin:1px 0px;
}
.widget-brands ul li{
	padding:0px;
}
.kd-accordion ul li a, .widget-brands ul li a{
	font-size:14px;
	color:#333;
	text-decoration:none;
	display:block;
	padding:5px 10px;
	position:relative;
	border-radius:5px;
	text-transform:capitalize;
}
.kd-accordion ul li a:before, .widget-brands ul li a:before{
	content:"\f105";
	font-family:FontAwesome;
	font-size:14px;
	position:absolute;
	left:0px;
}
.kd-accordion ul li:hover a:before, .widget-brands ul li:hover a:before{
	left:10px;
}
.kd-accordion ul li:hover a, .widget-brands ul li:hover a{
	padding:5px 18px;
	color:#fff;
}

/*
===========================================================
					CSS TRANSITIONS
===========================================================
*/
.widget-poll{
}
.widget-poll .choose-one{
	float:left;
	width:100%;
}
.widget-poll .choose-one label{
	float:left;
	width:100%;
	margin:0px 0px 10px 0px;
}
.widget-poll .choose-one label span.option-item {
    float: left;
    line-height: normal;
    margin: 1px 0 0 10px;
}
.widget-poll .choose-one label .radio{
	margin:0px;
	float:left;
}
/*
=================================================
		CHECKBOX AND RADIO BUTTON CSS
=================================================
*/
label {
  cursor: pointer;
}

/* hide the "real" radios visually */

.radio input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* style the "fake" radios */

.radio-value {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #d7dfe7;
  border-radius: 6px;
  display: inline-block;
  height:28px;
  margin-right:5px;
  position: relative;
  vertical-align: -0.5em;
  width: 28px;
}

input:checked + .radio-value {
  background-image:url(../images/tick.png);
}
/*
===========================================================
				SPECIAL OFFER WIDGET
===========================================================
*/

.widget-offer{
}

.widget-offer .thumb{
	float:left;
	width:100%;
	position:relative;
}
.widget-offer .thumb .caption{
	position:absolute;
	display:block;
	width:150px;
	top:10px;
	left:20px;
}
.widget-offer .thumb img{
	width:100%;
}
.widget-offer .thumb .caption h4{
	text-align:left;
	color:#fff;
	font-size:30px;
	line-height:normal;
}
.widget-offer .thumb .caption a.more{
	display:inline-block;
	padding:7px 20px;
	margin:15px 0 0 0;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
.widget-offer ul{
	list-style:none;
	padding:0px;
}

/*
===========================================================
					ERROR 404 PAGE
===========================================================
*/
.error-404{
	float:left;
	width:100%;
	padding:50px 0px 80px 0px;
	text-align:center;
}
.error-404 h2{
	font-size:80px;
	color:#2f2f2f;
	margin:0px;
	line-height:80px;
}
.error-404 h1{
	font-size:300px;
	line-height:300px;
	text-shadow:10px 10px 0px #2f2f2f;
	font-weight:bold;
	margin:0px;
	padding-bottom:15px;
}
.error-404 h3{
	font-size:40px;
	line-height:40px;
	margin:50px 0px;
}
.error-404 a.return{
	display:inline-block;
	padding:15px 50px;
	color:#fff;
	font-size:20px;
	background-color:#2f2f2f;
	font-weight:bold;
}
/*
===========================================================
					CSS TRANSITIONS
===========================================================
*/

.kf-cart{
	float:left;
	width:100%;
	margin:0px 0px 30px 0px;
}
.kf-cart ul{
	list-style:none;
	margin:0px;
	padding:0px;
	display:table;
}
.kf-cart ul li{
	display:table-row;
}
.kf-cart ul li:hover{
	background-color:#f8f8f8;
}
.kf-cart ul li p{
	font-weight:bold;
	margin:0px;
	display:inline-block;
	float:none;
}
.kf-cart ul li div{
	display:table-cell;
	padding:20px 20px;
	vertical-align:middle;
	text-align:center;
	border-bottom:solid 1px #e5e5e5;
	border-right:solid 1px #e5e5e5;
}
.kf-cart ul li .product-img{
	width:35%;
	text-align:left;
	border-left:solid 1px #e5e5e5;
}
.kf-cart ul li .product-price{
	width:10%;
}
.kf-cart ul li .product-color{
	width:10%;
}
.kf-cart ul li .product-quantity{
	width:20%;
}
.kf-cart ul li .product-total{
	width:20%;
}
.kf-cart ul li .product-del{
	width:15%;
}
.kf-cart ul li.header div{
	padding:15px 20px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	border:none;
}

.kf-cart ul li .product-img .thumb{
	display:inline-block;
	border:solid 1px #e5e5e5;
	padding:0px;
	margin:0px 20px 0px 0px;
}
.kf-cart ul li .product-del button{
	background:none;
	border:solid 2px #fe413d;
	border-radius:100%;
	height:34px;
	width:34px;
	text-align:center;
	color:#fe413d;
}

/*quantity buttons*/

#myform {
    text-align: center;
	display:inline-block;
}
.qty {
    width:60px;
	height:40px;
	background-color:#fff;
	border-radius:0;
	border:1px solid #ebedf0;
	text-align:center;
	font-size:22px;
	float:left;

}
input.qtyplus { 
	width:40px;
	height:40px;
	background-color:#fff;
	border-radius:0;
	border:1px solid #ebedf0;
	font-size:22px;
	float:left;
	margin-left:-1px
}
input.qtyminus { 
	width:40px;
	height:40px;
	background-color:#fff;
	border-radius:0;
	border:1px solid #ebedf0;
	font-size:22px;
	float:left;
	margin-right:-1px
}

.cupon{
	float:left;
	width:100%;
	padding:40px 0px;
}
.cupon input[type="text"]{
	float:left;
	width:100%;
	border:solid 1px #ebedf0;
	padding:4px 10px;
	min-height:42px;
}
.cupon .input-container{
	float:left;
	width:100%;
	position:relative;
}
.cupon .input-container button{
	position:absolute;
	background-color:#000;
	font-size:14px;
	font-weight:bold;
	border:none;
	right:0px;
	top:0px;
	color:#fff;
	min-height:42px;
	padding:5px 25px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.cupon button.update, .cupon button.checkout{
	background-color:#000;
	font-size:14px;
	font-weight:bold;
	border:none;
	color:#fff;
	min-height:42px;
	padding:5px 25px;
	width:100%;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.cupon button.update{
	background-color:#fe413d;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.cart-total{
	float:left;
	width:100%;
}
.cart-total h2{
	margin:0px 0px 15px 0px;
	font-size:20px;
	font-weight:bold;
}
.cart-total ul{
	list-style:none;
	margin:0px;
	padding:0px;
	display:table;
	border-top:solid 1px #e5e5e5;
	width:100%;
}
.cart-total ul li{
	display:table-row;
}
.cart-total ul li div{
	display:table-cell;
	font-size:16px;
	padding:0px 0px;
	border-bottom:solid 1px #e5e5e5;
	border-right:solid 1px #e5e5e5;
	padding:10px 10px;
	text-align:left;
	
}
.cart-total ul li div.detail{
	border-left:solid 1px #e5e5e5;
	width:70%;
}
.cart-total ul li div.amount{
	width:30%
}

/*
===========================================================
					CHECKOUT PAGE
===========================================================
*/
.checkout-page{
	float:left;
	width:100%;
	margin:0px 0px 40px 0px;
}
.checkout-page h2{
	margin:0px 0px 15px 0px;
	font-size:20px;
	font-weight:bold;
}
.checkout-page .input-container{
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
}
.checkout-page input[type="text"], .checkout-page select {
	float:left;
	width:100%;
	border:solid 1px #ddd;
	padding:11px 10px;
	min-height:42px;
	margin:0px 0px 30px 0px;
	color:#333;
}
.checkout-page .radio{
	float:left;
	margin:0px 10px 0px 0px;
}
.checkout-page label{
	margin:0px 0px 20px 0px;
}
.checkout-page span.option-item{
	float:left;
	margin:5px 0px;
	line-height:normal;
}
.checkout-page table{
	width:100%;
	border-collapse:collapse;
}
.checkout-page table tr td{
	border:solid 1px #ebedf0;
	padding:10px 10px;
}
.checkout-page table tr td.amount{
	width:20%;
	text-align:center;
}
.checkout-page table thead tr td{
	font-weight:bold;
}
.checkout-page table tr:hover {
	background-color:#f8f8f8;
}

.payment-method label{
	width:100%;
	margin:0px 0px 10px 0px;
}
.payment-method button{
	display:inline-block;
	padding:12px 30px;
	font-size:16px;
	color:#fff;
	border:none;
	background-color:#2f2f2f;
	font-weight:bold;
}

.kf-map{
	float:left;
	width:100%;
	position:relative;
}
.kf-map #map_list {
    border: medium none;
    bottom: 0;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 0;
    width: 100%;
}
.contact-us-1{
	position:relative;
	width:1170px;
	padding:28px 30px;
	background-color:rgba(0,0,0,0.9);
	margin:50px auto;
	z-index:100;	
}
.contact-us-1 h2{
	font-family:20px;
	color:#fff;	
	clear:both;
	line-height:30px;
	font-size:30px;
	margin:0px 0px 20px 0px;
}
.contact-us-1 input[type="text"], input[type="email"], .contact-us-1 textarea{
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
	border:none;
	background-color:#fff;
	min-height:42px;
	padding:4px 10px;
	text-transform:capitalize;
}
.contact-us-1 textarea{
	height:130px;
	margin:0px 0px 5px 0px;
}

.contact-us-1 form{
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
}
.contact-us-1 button{
	border:none;
	color:#fff;
	display:inline-block;
	font-size:16px;
	padding:12px 20px;
}
.contact-us-1 p{
	color:#fff;
	margin-bottom:0px;
}
ul.contact-info li {
    float: left;
    margin: 0 0 20px;
    width: 33.33%;
}
ul.contact-info li:hover i{
	color:#fff;
}
ul.contact-info {
    float: left;
    list-style: outside none none;
    margin: 15px 0 0;
    padding: 0;
    text-align: center;
}
ul.contact-info li i{
	display:inline-block;	
	height:60px;
	width:60px;
	line-height:60px;
	border-radius:100%;
	background-color:#fff;
	color:#000;
	font-size:24px;
	text-align:center;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	
}
ul.contact-info li p {
    float: none;
    line-height: normal;
    margin: 15px 0;
}
/*
===========================================================
					CSS TRANSITIONS
===========================================================
*/
.contact-us-2{
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
}
.contact-us-2 h2{
	font-size:24px;
	margin:0px 0px 30px 0px;
	line-height:20px;
}
.contact-us-2 input[type="text"], .contact-us-2 input[type="email"], .contact-us-2 textarea{
	float:left;
	width:100%;
	min-height:42px;
	background-color:#f7f7f7;
	margin:0px 0px 20px 0px;
	border:1px solid #ddd;	
	padding:4px 10px;
	color:#333;
	text-transform:capitalize;
}
.contact-us-2 textarea {
	height:205px;
}
.contact-us-2 button{
	display:inline-block;
	padding:10px 30px;
	font-size:16px;
	font-weight:bold;
	background-color:#2f2f2f;
	border:none;
	color:#fff;
}
.contact-page{
	float:left;
	width:100%;
	margin:0px 0px 30px 0px;
}
.contact-page ul{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}
.contact-page ul li{
	float:left;
	width:100%;
}
.contact-page ul li i {
    background: #eee none repeat scroll 0 0;
    font-size: 25px;
    height: 60px;
    line-height: 60px;
    margin: 0px 10px 20px 0;
    text-align: center;
    width: 60px;
}
.contact-page.margin-less-contact{
	margin-bottom:0px;
}
.contact-page ul li p{
	margin:0px;
	display:inline-block;
	float:none;
}
.location-map{
	float:left;
	width:100%;
}
.location-map #map_list{
	width:100%;
	height:260px;
}
.contact-us-2 textarea{
	margin:0px 0px 5px 0px;
}
/*
===========================================================
					PRODUCT STYLE
===========================================================
*/

.all-product-container{
	float:left;
	width:100%;
	padding:10px;
	border:solid 1px #e3e3e3;
	position:relative;
}
.all-product-container .thumb{
	float:left;
	width:100%;
	border:solid 1px #e3e3e3;
	overflow:hidden;
	position:relative;
	background-color:#000;
}
.all-product-container .thumb img{
	width:100%;
}
.all-product-container:hover .thumb img{
	opacity:0.95
}
.all-product-container .text{
	position:relative;
	float:left;
	width:100%;
	padding:10px 0px 0px 0px;
	text-align:center;
}
.all-product-container .text h3{
	font-size:18px;
	color:#2f2f2f;
	margin: 0px;
	text-align:center;
}
.all-product-container .text h3 a{
	color:#2f2f2f;
}
.all-product-container .text p{
	clear:left;
	text-align:center;
	margin:0px;
}
.all-product-container .text a.detail{
	position:absolute;
	right:0px;
	color:#2f2f2f;
	font-size:30px;
	top:15px;
}

.all-product-container .btn-container{
	position:absolute;
	left:0px;
	bottom:-50px;
	width:100%;
}
.all-product-container:hover .btn-container{
	bottom:0px;
}
.all-product-container .btn-container a.compare, .all-product-container .btn-container a.cart{
	float:left;
	background-color:#2f2f2f;
	padding:5px 0px;
	color:#fff;
	font-size:22px;
	display:inline-block;
	width:20%;
	text-align:center;
}
.all-product-container .btn-container a.cart{
	float:right;
}
.all-product-container .btn-container .price{
	text-align:center;
	float:left;
	width:60%;
	color:#fff;
	padding:6px 0px;
	font-size:20px;
}
/*
===========================================================
					BLOG DETAIL
===========================================================
*/
.kf-blog-detail{
	float:left;
	width:100%;
	margin:0px 0px 30px 0px;
}
.kf-blog-detail .thumb{
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
	overflow:hidden
}
.kf-blog-detail .thumb img{
	width:100%;
}
.kf-blog-detail .thumb:hover img{
	transform:scale(3);
	-moz-transform:scale(3);
	-webkit-transform:scale(3);
	transition:all 20s ease-in-out;
}

.kf-blog-detail .thumb a{
	float:left;
	width:100%;
	position:relative;
}
.kf-blog-detail .thumb a:before{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	content:"";
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0);
	z-index:10;
}
.kf-blog-detail:hover .thumb a:before{
	background-color:rgba(0,0,0,0.4);
}


.kf-blog-detail .header{
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
}
.kf-blog-detail .header i{
	height:70px;
	width:70px;
	float:left;
	margin:0px 20px 0px 0px;
	text-align:center;
	font-size:26px;
	color:#fff;
	padding:20px 0px;
}
.kf-blog-detail .header .text{
	padding:0px 0px 0px 90px;
	float:none;
	width:auto;
}
.kf-blog-detail .header .text h2{
	font-size:20px;
	margin:0px 0px 15px 0px;
	color:#2f2f2f;
}
.kf-blog-detail .header .text ul{
	float:left;
	width:100%;
	list-style:none;
	margin:0px;
	padding:0px;
}
.kf-blog-detail .header .text ul li{
	float:left;
	margin:0px 0px 0px 20px;
}
.kf-blog-detail .header .text ul li:first-child{
	margin:0px;
}
.kf-blog-detail .header .text ul li i{
	height:auto;
	width:auto;
	background:none;
	color:#2f2f2f;
	font-size:16px;
	margin:0px 10px 0px 0px;
	padding:0px ;
}
.kf-blog-detail .header .text ul li a{
	color:#2f2f2f;
}
.kf-blog-detail .text{
	float:left;
	width:100%;
}

ul.list-style1{
	float:left;
	list-style:none;	
	padding:0px;
	width:100%;
}
ul.list-style1 li:first-child{
	margin:0px 0px 0px 0px;
}
ul.list-style1 li{
	float:left;
	width:100%;
	padding:0px 0px 0px 15px;
	position:relative;
	margin:10px 0px 0px 0px;
}
ul.list-style1 li:before{
	content:"\f0da";
	font-size:14px;
	position:absolute;
	left:0px;
	top:0px;
	font-family:FontAwesome;
}

.share-blog{
	float:left;
	width:100%;
	padding:10px 10px;
	border:solid 1px #CCCCCC;
}
.blog-tags{
	float:left;
	margin:6px 0px;
}
.blog-tags a{
	float:left;
	padding:0px 5px;
	border-radius:3px;
	font-size:16px;
}
.blog-tags a:hover{
	color:#fff;
}
.share-blog .share{
	float:right;
}
.share ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.share ul li{
	float:left;
	margin:0px 2px;
}
.share ul li a{
	height:30px;
	width:30px;
	border-radius:100%;
	text-align:center;
	padding:5px 0px;
	font-size:12px;
	display:block;
	color:#fff;
}
.share ul li a.facebook{
	background-color:#3b5998;
}
.share ul li a.google{
	background-color:#dd4b39;
}
.share ul li a.linkedin{
	background-color:#007bb6;
}
.share ul li a.twitter{
	background-color:#56a3d9;
}

/*
===========================================================
					ABOUT AUTHOR
===========================================================
*/
.about-author{
	float:left;
	width:100%;
	border-top:solid 1px #e5e5e5;
	border-bottom:solid 1px #e5e5e5;
	margin:0px 0px 30px 0px;
	padding:30px 0px;
}
.about-author .thumb{
	float:left;
	height:80px;
	width:80px;
	overflow:hidden;
	border-radius:100%;
}
.about-author .text{
	padding:0px 0px 0px 100px;
}
.about-author h2{
	font-size:20px;
	text-transform:inherit;
	margin:0px 0px 10px 0px;
	font-weight:normal;
}
/*
===========================================================
					COMMENTS
===========================================================
*/
.kf-comments{
	float:left;
	width:100%;	
	padding:-30px 0px;
}
.kf-comments ul{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}
.kf-comments ul ul{
	padding:0px 0px 0px 100px
}
.kf-comments ul li{
	float:left;
	width:100%;
	margin:30px 0px 0px 0px;
}
.kf-comments > ul > li:first-child{
	margin:0px;
}
.kf-comments ul li .thumb{
	float:left;
	width:80px;
	height:80px;
	overflow:hidden;
	border-radius:100%;
}
.kf-comments ul li .text{
	padding:0px 0px 0px 100px;
}

.kf-comments ul li .text .cover{
	float:left;
	width:100%;
	padding:0px 0px 0px 20px;
	border-left:solid 1px #e5e5e5;
	position:relative;
}
.kf-comments ul li .text .cover:before{
	content:"";
	border-left:solid 1px #e5e5e5;
	border-bottom:solid 1px #e5e5e5;
	transform:rotate(45deg);
	position:absolute;
	left:-7px;
	top:30px;
	height:12px;
	width:12px;
	background-color:#fff;
}
.kf-comments ul li .text h2{
	font-size:18px;
	text-transform:inherit;
	margin:0px 0px 5px 0px;
}
.kf-comments ul li a.reply{
	display:inline-block;
	padding:3px 20px;
	color:#fff;
	border-radius:3px;
}
.kf-comments ul li a.reply:hover{
	background-color:#000;
}
/*
===========================================================
					ARCHIVES WIDGET
===========================================================
*/
.widget-archive{
	float:left;
	width:100%;
}
.widget-archive ul{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}
.widget-archive ul li{
	float:left;
	width:100%;
	position:relative;
	padding:5px 0px 5px 15px;
	border-radius:5px;
}
.widget-archive ul li:hover{
	padding:5px 0px 5px 20px
}
.widget-archive ul li:hover:before{
	left:10px;
	color:#fff;
}
.widget-archive ul li:before{
	content:"\f0da";
	position:absolute;
	left:0px;
	top:4px;
	font-family:FontAwesome;
	color:#373737;
	
}
.widget-archive ul li a{
	display:block;
	color:#373737;
}
.widget-archive ul li:hover a{
	color:#fff;
}
/*
===========================================================
					PAPULAR POST
===========================================================
*/
.widget-papular-post{
}
.widget-papular-post ul{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}
.widget-papular-post ul li{
	float:left;
	width:100%;
	margin:20px 0px 0px 0px;
}
.widget-papular-post ul li:first-child{
	margin:0px;
}
.widget-papular-post ul li .thumb{
	float:left;
}
.widget-papular-post ul li .thumb img{
	width:100%;
}
.widget-papular-post ul li:hover .thumb img{
	opacity:0.5;
}
.widget-papular-post ul li p{
	margin:0px;
	line-height:normal;
}
.widget-papular-post ul li span.date{
	font-weight:bold;
}
.widget-papular-post ul li .text{
	padding:0px 0px 0px 107px;
}
/*
===========================================================
					TAGS WIDGET
===========================================================
*/
.widget-tags{
}
.widget-tags ul{
	list-style:none;
	margin:-5px 0px 0px -5px;
	padding:0px;
}
.widget-tags ul li{
	float:left;
	margin:0px 0px 5px 5px;
}
.widget-tags ul li a{
	display:inline-block;
	padding:8px 10px;
	background-color:#2f2f2f;
	color:#fff;
	border-radius:5px;
}
/*
===========================================================
					CSS TRANSITIONS
===========================================================
*/
.product-detail{
	float:left;
	width:100%;
	margin:0px 0px 30px 0px;
}
.product-detail .thumb{
	float:left;
	width:100%;
}
.product-detail .thumb #bx-pager a{
	padding:5px;
	border:solid 1px #e3e3e3;
	width:31%;
	float:left;
	margin-left:3.5%;
}
.product-detail .thumb #bx-pager a:hover img{
	opacity:0.5;
}
.product-detail .thumb #bx-pager a:first-child{
	margin:0px;
}
.product-detail .thumb #bx-pager a img{
	width:100%;
}
.product-detail .bx-wrapper li{
	border:solid 1px #e3e3e3;
	padding:5px;
}
.product-detail .bx-wrapper li {
}
.product-detail .bx-wrapper li .cover{
	overflow:hidden;
	float:left;
	width:100%;
	position:relative;
}
.product-detail .bx-wrapper{
	margin:0px 0px 30px 0px;
}
.product-detail .text{
	float:left;
	width:100%;
}
.product-detail h3{
	margin:0px 0px 10px 0px;
	font-size:20px;
}
.product-detail .text .price{
	font-size:22px;
	line-height:normal;
	padding-bottom:10px;
	float:left;
}
.product-detail .other-detail{
	float:left;
	width:100%;
	border-top:solid 1px #e3e3e3;
	padding:10px 0px;
}
.product-detail .other-detail ul{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
	
}
.product-detail .other-detail ul li{
	float:left;
	width:100%;
	margin:0 0 10px;
}
.product-detail .other-detail ul li strong{
	float:left;
	font-weight:bold;
	margin:0px 10px 0px 0px;
}
.product-detail .other-detail ul li p{
	margin:0px;
}
.product-detail .colors span{
	float:left;
	height:20px;
	width:20px;
	border-radius:100%;
	margin:0px 5px;
}
.product-detail .colors span.blue{
	background-color:#16c1da;
}
.product-detail .colors span.orange{
	background-color:#ff9a22;
}
.product-detail .colors span.purple{
	background-color:#cf3be0;
}
.product-detail .colors span.pink{
	background-color:#ff5555;
}
.product-detail .size{
	float:left;

}
.product-detail .size span{
	float:left;
	width:40px;
	text-align:center;
	font-size:14px;
	margin:0px 5px;
	border:solid 1px #999999;
	padding:0px;
}

.pro-quantity .quantity{
	float:left;
	width:auto;
}
.pro-quantity .quantity input.qtyplus, .pro-quantity .quantity input.qtyminus, .pro-quantity .quantity .qty{
	height:50px;
}
.pro-quantity .availability{
	float:left;
	margin:0px 0px 0px 20px;
}
/*
===========================================================
					CSS RATING START
===========================================================
*/
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align:left;
}
.rating > span {
  display: inline-block;
  position: relative;
  font-size:20px;
  line-height:18px;
  color:#feb71f;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
}

/*
===========================================================
					PRODUCTS REVIEWS
===========================================================
*/
.product-reivews{
	float:left;
	width:100%;
	margin:0px 0px 30px 0px;
}
.product-reivews .tab-content > .tab-pane{
	padding:20px;
	border:solid 1px #e5e5e5;
	margin-top:-1px;
	float:left;
}
.product-reivews .nav-tabs > li > a{
	color:#333;
	font-size:18px;
	font-weight:bold;
	border:none;
	
}
.product-reivews .nav-tabs > li.active > a, .product-reivews .nav-tabs > li.active > a:hover, .product-reivews .nav-tabs > li.active > a:focus{
	outline:none;
	color:#fff;
	border:none;
}
.product-reivews  .nav-tabs > li{
	margin-bottom:-2px;
}
/*
===========================================================
					CSS TRANSITIONS
===========================================================
*/

.top-search{
	float:right;
	padding:15px 20px;
}

.kf-products-2{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
}
.kf-products-2 .thumb{
	float:left;
	width:100%;
	position:relative;
}
.kf-products-2 .thumb img{
	width:100%;
}
.kf-products-2:hover .thumb img{
	opacity:0.5
}
.kf-products-2 .text{
	float:left;
	width:100%;
	text-align:center;
	position:absolute;
	left:0px;
	bottom:-200px;
	padding:30px 0px 20px 0px;
	background-color:rgba(255,255,255,0.8);
}
.kf-products-2:hover .text{
	bottom:0px;
}
.kf-products-2 .text h3{
	font-size:20px;
	margin:0px;
}
.kf-products-2 .text p{
	font-size:20px;
	margin:0px;
	float:none;
}
.kf-products-2  a.zoom{
	position:absolute;
	height:50px;
	width:50px;
	background-color:rgba(0,0,0,0.5);
	left:0px;
	right:0px;
	top:110%;
	margin:-75px auto 0px auto;
	border-radius:100%;
	padding:15px 0px;
	text-align:center;
	color:#fff;
	opacity:0;
}
.kf-products-2:hover  a.zoom{
	top:50%;
	opacity:1
}
.kf-products-2 .text .btns{
	left:0px;
	width:100%;
	position:absolute;
	top:-24px;
	left:0px;
}
.kf-products-2 .text .btns a{
	display:inline-block;
	height:40px;
	width:40px;
	background-color:#342424;
	font-size:20px;
	line-height:20px;
	text-align:center;
	padding:10px 0px;
	color:#fff;
}
/*
===========================================================
					DRESS DETAIL
===========================================================
*/
.dress-detail{
	position:relative;
	background-color:#f0f0f0;
}
.dress-detail:before{
	content:"";
	position:absolute;
	width:1170px;
	left:0px;
	right:0px;
	margin:auto;
	height:135px;
	background-image:url(../images/light.png), url(../images/light.png);
	background-position:top left, top right;
	background-repeat:no-repeat, no-repeat;
	top:0px;
}

.detail-carusel{
	float:left;
	width:100%;
}
.detail-carusel .dress{
	float:left;
	width:100%;
	text-align:center;
	position:relative;
}
.detail-carusel ul{
	margin-bottom:0px;
	margin-top:0px;
}
.detail-carusel .dress .points{
	position:absolute;
	height:150px;
	width:150px;
	border-radius:100%;
}
.detail-carusel .dress .points .cover{
	overflow:hidden;
	height:150px;
	width:150px;
	border-radius:100%;
	border:solid 3px #fff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.detail-carusel .dress .points.left-top{
	left:150px;
	top:126px;
}
.detail-carusel .dress .points.right-top{
	right:110px;
	top:105px;
}
.detail-carusel .dress .points.right-bottom{
	right:170px;
	bottom:126px;
}
.detail-carusel .dress .points.right-bottom:before, .detail-carusel .dress .points.right-top:before{
	left:auto;
	right:100%;
}
.detail-carusel .dress .points:before{
	content:"";
	position:absolute;
	left:100%;
	height:1px;
	width:150px;
	top:50%;
	background-color:#CCC;
}
.detail-carusel .bx-wrapper img{
	display:inline-block;
}
.detail-carusel .dress .points.left-bottom{
	left:150px;
	bottom:126px;
}
.detail-carusel .bx-wrapper .bx-controls-direction a{
	height:50px;
	width:50px;
	color:#ccc;
}
.detail-carusel .bx-wrapper .bx-controls-direction a:hover{
	color:#999;
}
.detail-carusel .bx-wrapper .bx-controls-direction a.bx-prev:before, .detail-carusel .bx-wrapper .bx-controls-direction a.bx-next:before{
	content:"\f104";
	font-family:FontAwesome;
	font-size:80px;
	line-height:44px;
	left:0px;
	top:0px;
}
.detail-carusel .bx-wrapper .bx-controls-direction a.bx-next:before{
	content:"\f105";
	left:auto;
	right:0px;
}
/*
===========================================================
					CSS TRANSITIONS
===========================================================
*/
.child-store{
	float:left;
	width:100%;
	background-image:url(../images/store-bg.png);
}
.child-store .heading-3{
}
.child-store ul{
	margin-bottom:0px;
	margin-top:0px;
}
.child-products{
	float:left;
	width:100%;
	position:relative;
}
.child-products h3{
	font-size:16px;
	font-weight:bold;
	float:left;
	margin:0px;
	margin:4px 0px;
	color:#fff;
}
.child-products a.cart{
	float:right;
	font-size:20px;
	color:#fff;
	width:30px;
	height:20px;
}
.child-store ul{
	list-style:none;
	padding:0px;
	margin:0;
}
.child-store ul li{
	margin-bottom:30px;	
}
.child-products .text{
	position:absolute;
	left:0px;
	bottom:0px;
	right:0px;
	padding:15px 20px;
	border-top:solid 1px transparent;
	opacity:0;
}


.child-products .thumb{
	background-color:#000;
	float:left;
	width:100%;
	position:relative;
}
.child-products .thumb:before{
	position:absolute;
	content:"";
	outline:1px solid rgba(255,255,255,1);
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
}
.child-products:hover .thumb:before{
	top:10px;
	bottom:10px;
	right:10px;
	left:10px;

}
.child-products:hover .thumb{
	outline-offset:-10px;
}
.child-products:hover .thumb img{
	opacity:0.5;
}
.child-products .thumb img{
	width:100%;
}
.child-products:hover .text{
	left:10px;
	bottom:10px;
	right:10px;
	border-top:solid 1px #fff;
	opacity:1;
}
.child-store .heading-3 h2, .child-store .heading-3 p{
	color:#fff;
}
.child-store .heading-3 h2{
	border-color:#fff;
}
.child-store .heading-3 h2:before, .child-store .heading-3 h2:after{
	color:#fff;
}
/*
===========================================================
						USER BOXES
===========================================================
*/
.user-box h4{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}
.user-box .input-container{
	float:left;
	margin:15px 0px 0px 0px;
	width:100%;
	position:relative;
}
.user-box div.input-container:first-child{
	margin:0px;
}
.user-box .input-container i{
	position:absolute;
	left:15px;
	top:15px;
	color:#dbe2ea;
	font-size:16px;
}

.user-box input[type="text"], .user-box input[type="password"]{
	min-height:48px;
	width:100%;
	border-radius:5px;
	border:solid 2px #dbe2ea;
	color:#687a8d;
	padding:8px 10px 8px 40px;
	font-family:"Muli",sans-serif;
}
.user-box .modal-body{
	padding:30px;
}
.modal-body, .modal-footer, .modal-content{
	float:left;
	width:100%;
}
.user-box .modal-content{
	overflow:hidden;
	border-radius:20px;
}

.user-box .radio-value{
	height:20px;
	width:20px;
}
.user-box label{
	float:left;
	display:inline-block;
	margin:10px 0px;
}
.user-box .radio{
	float:left;
	margin:0px 5px 0px 0px;
}
.user-box label p{
	font-size:12px;
	color:#9baab9;
	margin:4px 0px;
	font-weight:normal;
	float:left;
}
.btn-filled{
	float:left;
	padding:10px 30px;
	color:#fff;
	font-size:14px;
	border:none;
	border-radius:5px;
}
.btn-filled:hover{
	background-color:#000;
}
.user-box .modal-header .close{
	color:#fff;
	text-shadow:none;
	border-radius:100%;
	opacity:1;
}
.user-box .modal-footer{
	background-color:#f9fbfd;
	border-top:solid 1px #e7eaee;
	text-align:center;
	padding:20px;
}
.user-box .modal-footer a{
	color:#72c8fa;
}
.user-box .btn-filled{
	float:right;
}
.user-box .modal-header{
	padding:20px;
}

.social-connect{
	float:left;
	width:100%;
	padding:30px;
	border-top:solid 1px #e7eaee;
}
.social-connect a{
	float:left;
	width:50%;
	text-align:center;
	padding:10px 20px;
	font-size:14px;
	color:#fff;
}
.social-connect a:hover{
	color:#fff;
}
.social-connect a.google{
	background-color:#dc4a38;
	border-radius:5px 0px 0px 5px;
}
.social-connect a.fb{
	background-color:#44619d;
	border-radius:0px 5px 5px 0px;
}
/*
===========================================================
					WISHLIST
===========================================================
*/
.kf-wishlist{
	float:left;
	width:100%;
}
.kf-wishlist ul{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}
.kf-wishlist ul li{
	float:left;
	background-color:#f7f7f7;
	padding:20px;
	width:100%;
	margin-top:30px;
}
.kf-wishlist ul li:hover{
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
}
.kf-wishlist ul li:first-child{
	margin:0px;
}
.kf-wishlist .thumb{
	float:left;
	width:11%;
}
.kf-wishlist .text{
	width:50%;
	float:left;
	padding:0px 0px 0px 20px;
}
.kf-wishlist h4{
	margin:0px 0px 5px 0px;
	font-size:18px;
}
.kf-wishlist .kf-options{
	float:right;
	width:39%;
}
.kf-wishlist .kf-options a{
	height:120px;
	width:120px;
	float:left;
	margin:0px 0px 0px 20px;
	background-color:#dddddd;
	font-size:40px;
	color:#fff;
	text-align:center;
	padding:30px 0px;
}
.kf-wishlist .kf-options a:hover{
	background-color:#6d6d6d;
}
.kf-wishlist .kf-options a.trash:hover{
	background-color:#e73030;
}
/*
===========================================================
					USER PROFILE
===========================================================
*/
.kf-user{
	float:left;
	width:100%;
}
.kf-user .kf-user-thumb{
	float:left;
	width:100%;
}
.kf-user .kf-user-thumb .thumb{
	float:left;
}
.kf-user .kf-user-thumb .kd-text{
	padding:0px 0px 0px 100px;
}

.kf-user .kf-user-thumb .kd-text h4{
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}
.kf-user .kf-user-thumb .kd-text a.edit{
	font-size:14px;
	color:#adabab;
	margin:0px 0px 5px 0px;
	display:inline-block;
}
.kf-user .kf-user-thumb .kd-text a.logout{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	display:inline-block;
	padding:5px 15px;
	border-radius:4px;
}
.kf-user .kf-user-thumb .kd-text a.logout:hover{
	background-color:#000;
}

.kf-user .kf-user-option{
	float:left;
	width:100%;
	margin: 30px 0px 0px 0px;
}
.kf-user .kf-user-option ul{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}
.kf-user .kf-user-option ul li{
	float:left;
	width:100%;
}
.kf-user .kf-user-option ul li a{
	font-size:14px;
	color:#8d8d8d;
	display:block;
	padding:7px 0px;
	border-radius:4px;
	
}
.kf-user .kf-user-option ul li a:hover{
	color:#fff;
	padding:7px 15px;
}

.kf-user .kf-user-option ul li i{
	float:left;
	margin:2px 8px 0px 0px;
}
/*
===========================================================
					ORDER TABEL
===========================================================
*/
.kf-order{
	float:left;
	width:100%;
}
.kf-order table{
	float:left;
	width:100%;
}
.kf-order table thead{
	font-size:18px;
	color:#fff;
}
.kf-order table tr td{
	padding:10px 10px;
}






/*
===========================================================
					NAVIGATION STYLE 2
===========================================================
*/

.navigation-2{
	float:left;
	width:100%;
	padding:20px 0px;
	background-color:#fff;
}
.navigation-2 ul{
	float:left;
	width:100%;
	list-style:none;
	margin:0px;
	padding:0px;
}
.navigation-2 ul li{
	float:left;
	position:relative;
}
.navigation-2 ul li a{
	font-size:15px;
	font-weight:bold;
	color:#333;
	padding:10px 30px;
	font-family: 'Dosis', sans-serif;
}
.navigation-2 ul li a:hover{
	color:#e21e26;
}

.navigation-2 ul li:before{
	content:"";
	height:16px;
	width:1px;
	background-color:#CCC;
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-8px;
}
.navigation-2 ul li:first-child:before{
	display:none;
}
.navigation-2 ul ul{
	position:absolute;
	left:0px;
	top:100%;
	width:250px;
	z-index:100;
	padding:30px 0px 0px 0px;
	border-bottom: solid 5px;
	transform:skewX(25deg);
	-moz-transform:skewX(25deg);
	-webkit-transform:skewX(25deg);
	visibility:hidden;
	opacity:0;
}
.navigation-2 ul ul ul{
	left:100%;
	top:0px;
}
.navigation-2 ul li.last ul{
	left:auto;
	right:0px;
}
.navigation-2 ul li.last ul ul{
	left:auto;
	right:100%;
}
.navigation-2 ul li:hover > ul{
	transform:skewX(0deg);
	-moz-transform:skewX(0deg);
	-webkit-transform:skewX(0deg);
	visibility:visible;
	opacity:1;
}
.navigation-2 ul ul li{
	float:left;
	width:100%;
	background-color:#fff;
}
.navigation-2 ul ul li:after{
	content:"\f105";
	font-family:FontAwesome;
	font-size:14px;
	position:absolute;
	left:13px;
	top:11px;
	color:#666;
}
.navigation-2 ul ul li:hover:after{
	color:#fff;
}
.navigation-2 ul ul li:before{
	display:none;
}
.navigation-2 ul ul li a{
	padding:10px 15px 10px 25px;
	font-size:15px;
	text-transform:capitalize;
	font-weight:normal;
	text-align:left;
	display:block;
	color:#666;
}
.navigation-2 ul ul li a:hover{
	background-color:#333;
	color:#fff;
}
/*
===========================================================
					HEADER SEARCH
===========================================================
*/
.kf-search{
	float:left;
	width:100%;
	position:relative;
	margin:28px 0px;
}
.kf-search input[type="text"]{
	float:left;
	width:100%;
	border:solid 1px #e8e8e8;
	background-color:#fff;
	height:46px;
	padding:4px 110px 4px 20px;
}
.kf-search button:hover{
	background-color:#000;
}
.kf-search button{
	position:absolute;
	top:0px;
	right:0px;
	height:46px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	border:none;
	padding:0px 20px;
}

/*
===========================================================
					HEADER CART
===========================================================
*/
.kf-bag-items{
	float:right;
	margin:28px 0px;
}
.kf-bag-items .thumb{
	float:left;
	margin:0px 10px 0px 0px;
}
.kf-bag-items .kf-text{
	padding:3px 0px;
}
.kf-bag-items .kf-text a{
	color:#333;
}
.kf-bag-items .kf-text a span{
	color:#e32c34;
	margin-left:10px;
}
/*
===========================================================
					FOOTER STYLE 2
===========================================================
*/

.footer-2{
	background-image:url(../images/footer-bg.png);
	background-color:#040000;
	padding:30px 0px;
}
.kf-copyright{
	background-color:#000;
	padding:15px 0px;
	float:left;
	width:100%;
}
.kf-copyright p{
	margin:0px 0px;
	color:#fff;
	line-height:normal;
	float:none;
}

.footer-2 .widget h2{
	font-size:18px;
	color:#fff;
	margin:0px 0px 15px 0px;
	font-weight:bold;
}
.widget-contact .thumb{
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
}
.widget-contact ul{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}
.widget-contact ul li{
	float:left;
	width:100%;
	position:relative;
	margin:7px 0px;
}
.widget-contact ul li i{
	float:left;
	width:40px;
	margin:0px 10px 0px 0px;
	font-size:30px;
	color:#fff;
	text-align:c;
}
.widget-contact ul li p{
	margin:0px;
	color:#fff;
	float:none;
}
.widget-contact ul li a{
	color:#fff;
	text-decoration:underline;
}

.widget-links{
}
.widget-links ul{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}
.widget-links ul li{
	float:left;
	width:100%;
	margin:5px 0px;
}
.widget-links ul li a{
	display:block;
	font-size:14px;
	color:#fff;
}
.widget-links ul li a:hover{
	text-decoration:underline;
}

/*
===========================================================
					TESTIMONIALS
===========================================================
*/
.contant section.kf-testimonials{
	padding:50px 0px 16px 0px;
}
.kf-testimonials{
	float:left;
	width:100%;
	position:relative;
	padding:80px 0px;
	background-image:url(../images/testimonial-bg.png);
	background-size:cover;
}
.kf-testimonials:before{
	height:100%;
	width:100%;
	position:absolute;
	content:"";
	left:0px;
	top:0px;
	background-color:rgba(0,0,0,0.8);
}
.kf-testimonials .container{
	position:relative;
}
.kf-testimonials .heading-1 h2{
	color:#fff;
}
.kf-testimonials .heading-1 p{
	color:#fff;
}
.kf-testimonials .heading-1 h2:before, .kf-testimonials .heading-1 h2:after{
	background-color:#fff;
}
.kf-testimonials .testimonials-data{
	float:left;
	width:100%;
	text-align:center;
	padding:30px 20px;
}
.kf-testimonials .testimonials-data:hover{
	background-color:rgba(93,93,93,0.3)
}
.kf-testimonials .testimonials-data .thumb{
	height:112px;
	width:112px;
	display:inline-block;
	border-radius:100%;
	border:solid 5px #666;
	overflow:hidden;
}
.kf-testimonials .thumb{
	height:112px;
	width:112px;
	display:inline-block;
	margin:0px 0px 10px 0px;
}
.kf-testimonials .testimonials-data h2{
	font-size:20px;
	margin:0px 0px 5px 0px;
	color:#fff;
}
.kf-testimonials .testimonials-data p.title{
	color:#F00;
	float:none;
	
}
.kf-testimonials .testimonials-data p{
	color:#b3b2b2;
	margin:0px 0px 0px 0px;	
}
.kf-testimonials .owl-controls .owl-buttons div{
	height:36px;
	width:36px;
	background-color:#323333;
	border-radius:4px;
	position:absolute;
	left:-40px;
	top:50%;
	margin-top:-18px;
}
.kf-testimonials .owl-controls .owl-buttons div:hover{
	background-color:#000;
}
.kf-testimonials .owl-controls .owl-buttons div:before{
	content:"\f053";
	position:absolute;
	font-family:FontAwesome;
	font-size:18px;
	color:#999;
	width:100%;
	text-align:center;
	line-height:38px;
}
.kf-testimonials .owl-controls .owl-buttons div.owl-next{
	left:auto;
	right:-40px;
}
.kf-testimonials .owl-controls .owl-buttons div.owl-next:before{
	content:"\f054";
}
.kode-team-section .kf-team{
	margin-bottom:30px;
}
.kf-team{
	float:left;
	width:100%;
	position:relative;
}
.kf-team .thumb{
	float:left;
	position:relative;
	width:85%;
}
.kf-team .thumb .caption{
	position:absolute;
	text-align:center;
	top:0%;
	width:100%;
	opacity:0;
	margin-top:-20px;
}
.kf-team:hover .thumb .caption{
	opacity:1;
	top:50%;
}
.kf-team .thumb .caption h2{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	margin:0px;
}
.kf-team .thumb .caption p{
	font-weight:bold;
	color:#fff;
	font-size:14px;
	float:none;
}
.kf-team .thumb img{
	width:100%;
}
.kf-team:hover .thumb img{
	opacity:0.2;
}
.kf-team .social{
	width:15%;
	position:absolute;
	top:0px;
	right:0px;
}
.kf-team .social ul{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}
.kf-team .social ul li{
	float:left;
	width:100%;
	position:relative;
}
.kf-team .social ul li:before{
	content:"";
	height:1px;
	background-color:rgba(255,255,255,0.5);
	width:50%;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	margin:auto;
}
.kf-team .social ul li:first-child:before{
	display:none;
}
.kf-team .social ul li a{
	display:block;
	padding:10px 10px;
	text-align:center;
	background-color:#2f2f2f;
	color:#fff;
}
/*
===========================================================
					TEAM DETAIL MEMBER
===========================================================
*/
.member-detail{
	float:left;
	width:100%;
	margin:0px 0px 30px 0px;
}
.member-detail .thumb{
	float:left;
	position:relative;
}
.member-detail .social{
	float:left;
	width:100%;
	background-color:#2f2f2f;
	position:absolute;
	left:0px;
	bottom:0px;
}
.member-detail .social ul{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
	text-align:center;
}
.member-detail .social ul li{
	display:inline-block;
	position:relative;
}
.member-detail .social ul li:before{
	content:"";
	width:1px;
	height:14px;
	margin-top:-7px;
	position:absolute;
	left:0px;
	top:50%;
	background-color:rgba(255,255,255,0.5);
}
.member-detail .social ul li a{
	color:#fff;
	padding:10px 15px;
	display:block;
	font-size:18px;
}
.member-detail .kf-text{
	padding:0px 0px 0px 300px;
}
.member-detail .kf-text h2{
	font-weight:bold;
	margin:0px 0px 0px 0px;
}
.member-detail .kf-text .title{
	font-weight:bold;
}

/*
===========================================================
					TEAM DETAIL TABS
===========================================================
*/
.kf-tabs{
	float:left;
	width:100%;
	margin:0px 0px 30px 0px;
}
.kf-tabs .tab-content{
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
    float: left;
    padding: 20px;
    width: 100%;
}
.kf-tabs  .nav-tabs > li > a{
	background-color:#efefef;
	color:#666666;
	font-weight:bold;
	border-radius:0;
}
/*
===========================================================
					CONTACT FORM
===========================================================
*/
.kf-contact-form{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.kf-contact-form input[type="text"], .kf-contact-form textarea{
	height:44px;
	border:solid 1px #dadada;
	padding:6px 10px;
	width:100%;
	margin:0px 0px 20px 0px;
}
.kf-contact-form textarea{
	height:250px;
}
.btn-style{
	border:none;
	padding:10px 20px;
	font-size:16px;
	color:#fff;
}
.btn-style:hover{
	background-color:#000;
}
/*
===========================================================
					SINGLE BLOG PAGE
===========================================================
*/
.kf-blog-single{
	float:left;
	width:100%;
	margin:0px 0px 30px 0px;
}
.kf-blog-single .thumb{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
}
.kf-blog-single .thumb i{
	position:absolute;
	right:20px;
	bottom:20px;
	height:53px;
	width:53px;
	background-color:#fff;
	border:solid 3px #666666;
	border-radius:100%;
	text-align:center;
	padding:13px 0px;
	font-size:20px;
	color:#333;
}
.kf-blog-single .thumb img{
	width:100%; 
}
.kf-blog-single:hover .thumb img{
	transform:scale(3);
	-moz-transform:scale(3);
	-webkit-transform:scale(3);
	transition:all 20s ease-in-out;
	-moz-transition:all 20s ease-in-out;
	-webkit-transition:all 20s ease-in-out;
}


.kf-blog-single .thumb a{
	float:left;
	width:100%;
	position:relative;
}
.kf-blog-single .thumb a:before{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	content:"";
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0);
	z-index:10;
}
.kf-blog-single:hover .thumb a:before{
	background-color:rgba(0,0,0,0.5);
}


.kf-blog-single .kf-text{
	float:left;
	width:100%;
	border-left:solid 1px #d6d6d6;
	border-right:solid 1px #d6d6d6;
	border-bottom:solid 1px #d6d6d6;
	padding:20px;
	position:relative;
}
.kf-blog-single .kf-text h2{
	font-size:18px;
	font-weight:bold;
	width:95%;
	margin-bottom:12px;
}
p{
	float: left;
    font-size: 15px;
    line-height: 30px;
    margin: 5px 0px 15px;
}
.kf-blog-single .kf-text .read-more{
	display:inline-block;
	font-size:16px;
	padding:5px 20px;
	border:solid 1px #999;
	color:#666;
}
.kf-blog-single .kf-text .read-more:hover{
	color:#fff;
}
.kf-meta{
	list-style:none;
	margin:0px 0px 10px 0px;
	padding:0px;
}
.kf-meta li{
	float:left;
	padding:0px 0px 0px 15px;
	margin:0px 0px 0px 15px;
	position:relative;
}
.kf-meta li:before{
	content:"/";
	position:absolute;
	left:0px;
}
.kf-meta li:first-child:before{
	display:none;
}
.kf-meta li:first-child{
	padding:0px;
	margin:0px;
}
.kf-meta li a{
	color:#666;
}
.kf-meta li i{
	margin-right:10px;	
}
.kf-blog-single .like-btn{
	width:46px;
	position:absolute;
	right:20px;
	top:0px;
}
.kf-blog-single .like-btn a{
	color:#fff;
	font-size:14px;
	display:block;
	padding:8px 0px 8px;
	text-align:center;
	border-top:1px solid rgba(255,255,255,0.5);
}
.kf-blog-single .like-btn a:hover{
	background-color:#000;
}
.kf-blog-single .like-btn a:first-child{
	border:none;
}
.like-btn a{
	padding:8px 8px 8px 0px;
}
/*
===========================================================
					CSS TRANSITIONS
===========================================================
*/
.kf-blog-3{
	float:left;
	width:100%;
	border:solid 1px transparent;
	margin:0px 0px 30px 0px;
}
.kf-blog-3:hover{
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
	border-color:#fff;
}
.kf-blog-3 .thumb{
	float:left;
	width:100%;
	background-color:#000;
	overflow:hidden;
}
.kf-blog-3 .thumb img{
	width:100%;
}
.kf-blog-3:hover .thumb img{
	opacity:0.4;
	transform:scale(3);
	-moz-transform:scale(3);
	-webkit-transform:scale(3);
	transition:all 20s ease-in-out;
	-moz-transition:all 20s ease-in-out;
	-webkit-transition:all 20s ease-in-out;
}

.kf-blog-3 .thumb a{
	float:left;
	width:100%;
	position:relative;
}
.kf-blog-3 .thumb a:before{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	content:"";
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0);
	z-index:10;
}
.kf-blog-3:hover .thumb a:before{
	background-color:rgba(0,0,0,0.4);
}


.kf-blog-3 h2{
	font-size:18px;
	font-weight:bold;
}
.kf-blog-3 .kf-text{
	float:left;
	width:100%;
	padding:20px;
	background-color:#f8f8f8;
}
.kf-blog-3 .kf-meta li a{
	font-size:12px;
}

.kf-blog-3 .more{
	float:right;
	font-size:14px;
	color:#787878;
	position:relative;
}
.kf-blog-3 .more:after{
	content:"\f061";
	height:22px;
	width:22px;
	border:solid 1px #787878;
	float:right;
	border-radius:100%;
	font-size:12px;
	text-align:center;
	padding:1px 0px;
	font-family:FontAwesome;
	margin:-1px 0px 0px 8px;
}
.kf-blog-3 .more:hover{
	color:#F00;
	border-color:#F00
}
.kf-blog-3 .more:hover:after{
	border-color:#F00
}

.kf-blog-3 .like-btn{
	float:left;
}
.kf-blog-3 .like-btn {
	list-style:none;
	margin:0px;
	padding:0px;
}
.kf-blog-3 .like-btn li{
	float:left;
	margin:0px 3px;
}
.kf-blog-3 .like-btn li a{
	color:#666;
	font-size:14px;
}
/*
===========================================================
					KF SEVICES
===========================================================
*/
.kf-services{
	float:left;
	width:100%;
}
.kf-services i{
	height:60px;
	width:60px;
	border:solid 3px rgba(0,0,0,0.1);
	border-radius:100%;
	float:left;
	margin:0px 15px 0px 0px;
	color:#fff;
	text-align:center;
	font-size:26px;
	padding:12px 0px;
}
.kf-services:hover i{
	background-color:#000;
}
.kf-services h4{
	font-size:15px;
	font-weight:bold;
	font-family: 'Maven Pro', sans-serif;
	margin:0px;
	margin:10px 0px 3px 0px;
}
.kf-services p{
	font-family: 'Maven Pro', sans-serif;
	margin:0px;
}

.kf-services-container{
	float:left;
	width:100%;
	padding:20px 0px;
	background-color:#fff;
}
.kf-cart-options{
	float:right;
}
.kf-cart-options .cart-itmes{
	float:left;
	padding:15px 20px;
}
.kf-cart-options .cart-itmes i{
	float:left;
	color:#fff;
	margin:0px 5px 0px 0px;
}
.kf-cart-options .cart-itmes p{
	float:left;
	line-height:normal;
}

.kf-cart-options .top-nav{
	float:left;
	margin:0px 30px 0px 0px;
}
.kf-cart-options .top-nav ul{
	list-style:none;
	margin:15px 0px;
	padding:0px;
	float:left;
	width:100%;
}
.kf-cart-options .top-nav ul li{
	float:left;
	margin:0px 0px 0px 15px;
	color:#3f383a;
	font-size:12px;
}
.kf-cart-options .top-nav ul li:first-child{
	margin:0px;
}
.kf-cart-options .top-nav ul li a{
	color:#666;
}
.kf-cart-options .top-nav ul li a i{
	margin-right:5px;
}
.header-9 .dropdown {
    float: right;
    margin-left: 3px;
    padding: 0;
}
.header-9 .logo img{
	width:200px;
}
.header-9 .dropdown button{
	border:none;
	background:none;
	padding:0px;
	font-size:12px;
}
.header-9 .dropdown ul.dropdown-menu{
	width:100px;
	padding:5px;
}
.header-9 .dropdown ul.dropdown-menu li{
	margin:0px;
	width:100%;
}
.header-9 .dropdown ul.dropdown-menu li a{
	padding:3px 10px;
}

/*
=====================================================
					BLOG GRID 
=====================================================
*/

.kf-blog-grid{
	position:relative;
	float:left;
	width:100%;
	background-color:#fff;
	overflow:hidden;
}
.kf-blog-grid .kode-thumb{
	float:left;
	width:100%;
}
.kf-blog-grid .kode-thumb img{
	width:100%;
	float:left;
}
.kf-blog-grid:hover img{
	opacity:0.2;
}
.kf-blog-grid .kode-caption{
	background-color:rgba(255,255,255,0.8);
	position:absolute;
	padding:30px;
	left:0;
	bottom:-42%;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.kf-blog-grid:hover .kode-caption{
	background-color:rgba(255,255,255,0);
	bottom:0px;
}
.kf-blog-grid .kode-caption span{
	float:left;
	width:100%;
	font-size:16px;
	color:#676767;
	margin:0px 0px 10px 0px
}
.kf-blog-grid .kode-caption span a{
	color:#676767;
	text-decoration:none;
}
.kf-blog-grid .kode-caption span i{
	margin:0px 10px 0px 0px;
	font-size:20px;
}
.kf-blog-grid .kode-caption p{
	margin:0px 0px 10px 0px;
}
.kf-blog-grid .kode-caption h2{
	font-size:24px;
	color:#1d1d1d;
	font-weight:normal;
	margin:0px 0px 20px 0px;
}
.kf-blog-grid .kode-caption h2 a{
	color:#1d1d1d;
	text-decoration:none;
}
.kf-blog-grid:hover .kode-caption h2{
	margin:0px 0px 10px 0px;
}
.kf-blog-grid .kode-caption a.read-more{
	font-weight:bold;
	font-size:16px;
	color:#000;
	font-style:italic;
	text-decoration:none;
	float:right;
}
/*
=====================================================
				BLOG GRID STYLE 2
=====================================================
*/
.kf-blog-grid-2{
	float:left;
	width:100%;
}
.kf-blog-grid-2 .kode-thumb{
	float:left;
	width:100%;
}
.kf-blog-grid-2 .kode-thumb img{
	float:left;
	width:100%;
}
.kf-blog-grid-2 .kode-text{
	float:left;
	width:100%;
	padding:10px 20px 20px 30px;
	position:relative;
	
}
.kf-blog-grid-2 .kode-text h2{
	font-size:20px;
	font-weight:normal;
	margin:0px 0px 5px 0px;
}
.kf-blog-grid-2 .kode-text h2 a{
	text-decoration:none;
	color:#303030
}
.kf-blog-grid-2 .kode-text .kode-tags{
	float:left;
	width:100%;
	margin:0px 0px 10px 0px;
}
.kf-blog-grid-2 .kode-text .kode-tags a{
	font-size:14px;
	color:#828282;
	display:inline-block;
	text-decoration:none;
}

.kf-blog-grid-2 ul.kode-meta{
	float:left;
	width:100%;
	margin:0px 0px 5px 0px;
	padding:0px;
	list-style:none;
}
.kf-blog-grid-2 ul.kode-meta li{
	float:left;
	width:auto;
	margin:0px 5px 0px 0px;
	color:#828282;
}
.kf-blog-grid-2 .kode-text p{
	margin:0px 0px 10px 0px;
}
.kf-blog-grid-2 .kode-text .read-more{
	display:inline-block;
	background-color:#ff4a41;
	padding:10px 20px;
	color:#fff;
	text-decoration:none;
	margin:15px 0px 0px 0px;
}
.kf-blog-grid-2 .kode-share-blog{
	position:absolute;
	left:0px;
	top:10px;
	cursor:pointer;
}
.kf-blog-grid-2 .kode-share-blog i{
	font-size:14px;
}
.kf-blog-grid-2 .kode-like-blog{
	position:absolute;
	right:0px;
	top:10px;
	color:#828282;
}
.kf-blog-grid-2 .kode-like-blog span{
	float:left;
	margin:0px 10px 0px 0px;
}
.kf-blog-grid-2 .kode-like-blog i{
	margin:3px 7px 0 0;
	float:left;
}

.kf-blog-grid-2 .kode-like-blog p{
	float:left;
	margin:0px;
}

.kode-social-share{
	display:none;
	width:30px;
	position:absolute;
	left:-50%;
}
.kode-social-share ul{
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}
.kode-social-share ul li{
	float:left;
	width:100%;
}
.kode-social-share ul li a{
	display:block;
	font-size:14px;
	padding:5px 0px;
	text-align:center;
	color:#828282;
}
.kode-social-share ul li a:hover{
	color:#ff4a41;
}
/*
=====================================================
				BLOG GRID STYLE 3
=====================================================
*/
.kf-blog-grid-3{
	float:left;
	width:100%;
}
.kf-blog-grid-3 .kode-thumb{
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
}
.kf-blog-grid-3 .kode-thumb img{
	float:left;
	width:100%;
}
.kf-blog-grid-3 .kode-text{
	float:left;
	width:100%;
}
.kf-blog-grid-3 .kode-text h2{
	margin:0px 0px 10px 0px;
	font-weight:normal;
	font-size:24px;
}
.kf-blog-grid-3 .kode-text h2 a{
	color:#1d1d1d;
	text-decoration:none;
	
}
.kf-blog-grid-3 .footer{
	float:left;
	width:100%;
	padding:20px 0px;
	border-top:solid 1px #e1e1e1;
	margin:20px 0px 0px 0px;
}
.kf-blog-grid-3 ul.kode-post-by{
	float:left;
	width:100%;
	list-style:none;
	margin:0px;
	padding:0px;
}
.kf-blog-grid-3 ul.kode-post-by li{
	float:left;
	color:#1d1d1d;
	width:auto;
	position:relative;
	padding:0px 10px;
	margin:0px;
}
.kf-blog-grid-3 ul.kode-post-by li:before{
	content:"|";
	position:absolute;
	left:0px;
}
.kf-blog-grid-3 ul.kode-post-by li:first-child{
	padding-left:0px;
}
.kf-blog-grid-3 ul.kode-post-by li:first-child:before{
	display:none;
}
.kf-blog-grid-3 ul.kode-post-by li a{
	color:#828282;
	display:inline-block;
	text-decoration:none;
	margin:0px 5px;
}
.kf-blog-grid-3 ul.kode-post-by li a:hover{
	color:#ff4a41;
}

/*
=====================================================
				BLOG GRID STYLE 4
=====================================================
*/
.kf-blog-grid-4{
	float:left;
	width:100%;
	padding:14px;
	border:solid 1px #e1e1e1;
	background-color:#fff;
}
.kf-blog-grid-4 .kode-thumb{
	float:left;
	width:100%;	
	position:relative;
	overflow:hidden;
	background-color:#000;
}
.kf-blog-grid-4 .blog-date p{
	margin:0px;
	position:relative;
	z-index:10;
}
.kf-blog-grid-4:hover .blog-date p{
	color:#fff;
}
.kf-blog-grid-4 .blog-date{
	position:absolute;
	background-color:#fff;
	padding:5px 0px;
	width:100px;
	color:#1d1d1d;
	left:0px;
	right:0px;
	bottom:-17px;
	border-top:solid 1px #666;
	border-bottom:solid 1px #666;
	margin:auto;
	height:35px;
	text-align:center;
}
.kf-blog-grid-4:hover .blog-date, .kf-blog-grid-4:hover .blog-date:before, .kf-blog-grid-4:hover .blog-date:after{
	background-color:#ff4a41;
	border-color:#ff4a41;
}
.kf-blog-grid-4 .blog-date:before, .kf-blog-grid-4 .blog-date:after{
	content:"";
	height:24px;
	width:24px;
	border-left:solid 1px #666;
	border-top:solid 1px #666;
	transform:rotate(-45deg);
	position:absolute;
	left:-13px;
	top:0px;
	bottom:0px;
	margin:auto;
	background-color:#fff;
}
.kf-blog-grid-4 .blog-date:after{
	border-left:none;
	border-right:solid 1px #666;
	border-top:none;
	border-bottom:solid 1px #666;
	left:auto;
	right:-13px;
}
.kf-blog-grid-4 .kode-thumb a{
	float:left;
	width:100%;
	position:relative;
}
.kf-blog-grid-4 .kode-thumb a:before{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	content:"";
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0);
	z-index:10;
}
.kf-blog-grid-4:hover .kode-thumb a:before{
	background-color:rgba(0,0,0,0.4);
}
.kf-blog-grid-4 .kode-thumb img{
	float:left;
	width:100%;
}
.kf-blog-grid-4:hover .kode-thumb img {
	transform:scale(2);
	-moz-transform:scale(2);
	-webkit-transform:scale(2);
	transition:all 5s ease-in-out;
	-moz-transition:all 5s ease-in-out;
	-webkit-transition:all 5s ease-in-out;
}
.kf-blog-grid-4 .kode-text{
	float:left;
	width:100%;
	padding:10px 10px 6px;
}
.kf-blog-grid-4 .kode-text h2{
	margin:0px 0px 9px 0px;
	font-weight:normal;
	font-size:22px;
}
.kf-blog-grid-4 .kode-text h2 a{
	color:#1d1d1d;
	text-decoration:none;
}
.kf-blog-grid-4 .kode-text h2:hover a, .kf-blog-grid-4 .kode-text h2:hover{
	color:#ff4a41;
}
.kf-blog-grid-4 .kode-meta{
	float:left;
	width:100%;
	position:relative;
	padding:0px 0px 16px 0px;
	margin:0px 0px 15px 0px;	
}
.kf-blog-grid-4 .kode-meta:before{
	content:"";
	height:1px;
	width:70px;
	background-color:#999;
	position:absolute;
	left:0px;
	bottom:0px;
	
}
.kf-blog-grid-4 .kode-meta ul{
	float:left;
	width:100%;
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0px;
}
.kf-blog-grid-4 .kode-meta ul li{
	float:left;
	width:auto;
	margin-left:15px;
}
.kf-blog-grid-4 .kode-meta ul li:first-child{
	margin:0px;
}
.kf-blog-grid-4 .kode-meta ul li i{
	float:left;
	margin:0px 8px 0px 0px;
	line-height:22px;
}
.kf-blog-grid-4 .kode-meta ul li a{
	color:#777;
	text-decoration:none;
	line-height:16px;
}
.kf-blog-grid-4 .kode-meta ul li a:hover, .kf-blog-grid-4 a.read-more:hover{
	color:#ff4a41
}
.kf-blog-grid-4 a.read-more{
	font-weight:bold;
	text-decoration:none;
	color:#303030;
}
.kf-blog-grid-4 p{
	margin:0px 0px 20px 0px;
	line-height:24px;
}
.kf-blog-grid-4 .blog-date{
	display:none;
}
/*
=====================================================
				BLOG GRID STYLE 5
=====================================================
*/

.full-width{
	float:left;
	width:100%;
}
.full-width .kf-blog-grid-5{
	width:20%;
}
.kf-blog-grid-5{
	float:left;
	width:100%;
	background-color:#ff4a41;
}
.kf-blog-grid-5 .kode-thumb{
	float:left;
	width:100%;
	position:relative;
}
.kf-blog-grid-5 .kode-thumb img{
	float:left;
	width:100%;
}
.kf-blog-grid-5:hover .kode-thumb img{
	opacity:0.2;
}
.kf-blog-grid-5 .kode-caption{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	padding:20px;
}
.kf-blog-grid-5 .kode-caption h2{
	font-size:20px;
	font-weight:normal;
	color:#fff;
}
.kf-blog-grid-5 .kode-caption h2 a{
	text-decoration:none;
	color:#fff;
}
.kf-blog-grid-5 .kode-caption p{
	color:#fff;
	margin:0px 0px 10px 0px;
	opacity:0;
}
.kf-blog-grid-5:hover .kode-caption p{
	opacity:1;
}
.kf-blog-grid-5 .kode-post-type{
	position:absolute;
	top:20px;
	left:20px;
	height:54px;
	width:54px;
	border-radius:100%;
	border:solid 1px #fff;
	font-size:20px;
	padding:14px 0px;
	text-align:center;
	color:#fff;
	z-index:10;
	opacity:0;
}
.kf-blog-grid-5:hover .kode-post-type{
	opacity:1;
}
/*
=====================================================
				MEDIUM BLOG STYLE
=====================================================
*/
.kode-blog-medium{
	float:left;
	width:100%;
}
.kode-blog-medium .kode-thumb-side{
	float:left;
	width:78%;
}
.kode-blog-medium .kode-thumb-side .kode-thumb{
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
}
.kode-blog-medium .kode-thumb-side .kode-text{
	float:left;
	width:100%;
}
.kode-blog-medium .kode-thumb-side .kode-text h2{
	font-size:24px;
	margin:0px 0px 10px 0px;
}
.kode-blog-medium .kode-thumb-side .kode-text h2 a{
	text-decoration:none;
	color:#303030;
}
.kode-blog-medium .kode-thumb-side .kode-text a.read-more{
	display:block;
	text-align:center;
	padding:8px 20px;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	background-color:#1d1d1d;
	text-decoration:none;
	margin:20px 0px 0px 0px;
}
.kode-blog-medium .kode-thumb-side .kode-text a.read-more:hover, .kode-blog-medium:hover .kode-date-side span{
	background-color:#ff4a41;
}
.kode-blog-medium .kode-thumb-side .kode-thumb img{
	float:left;
	width:100%;
}
.kode-blog-medium .kode-date-side{
	width:22%;
	padding:0px 10px 0px 0px;
	float:left;
}
.kode-blog-medium .kode-date-side span{
	width:100%;
	float:left;
	margin:0px 0px 10px 0px;
	padding:20px 0px;
	font-size:36px;
	font-weight:bold;
	text-align:center;
	line-height:26px;
	color:#fff;
	background-color:#000;
}
.kode-blog-medium .kode-date-side span small{
	width:100%;
	font-size:20px;
	font-weight:normal;
	float:left;
}
.kode-blog-medium .kode-date-side p.kode-blog-comments{
	font-size:16px;
	float:left;
	width:100%;
	margin:0px;
	font-weight:normal;
}
/*
=====================================================
				MEDIUM BLOG STYLE 2
=====================================================
*/
.kf-blog-grid-6{
	float:left;
	width:100%;
}
.kf-blog-grid-6 .kode-thumb{
	float:left;
	width:260px;
	position:relative;
	background-color:#000;
	overflow:hidden;
}
.kf-blog-grid-6 .kode-post-btns{
	width:100%;
	position:absolute;
	left:0px;
	text-align:center;
	top:-10%;
	margin-top:-21px;
	opacity:0;
}
.kf-blog-grid-6:hover .kode-post-btns{
	top:50%;
	opacity:1;
}
.kf-blog-grid-6 .kode-post-btns a{
	height:42px;
	width:42px;
	border-radius:100%;
	font-size:14px;
	background-color:#fff;
	color:#000;
	text-align:center;
	padding:10px 0px;
	display:inline-block;
	margin:0px 3px;
}
.kf-blog-grid-6 .kode-post-btns a:hover{
	background-color:#ff4a41;
	color:#fff;
}
.kf-blog-grid-6 .kode-thumb img{
	float:left;
	width:100%;
}
.kf-blog-grid-6:hover .kode-thumb img{
	opacity:0.2
}
.kf-blog-grid-6 .kode-thumb .kode-blog-type{
	position:absolute;
	left:0px;
	top:0px;
	height:42px;
	width:42px;
	background-color:#000;
	text-align:center;
	padding:5px 0px;
	color:#fff;
	font-size:20px;
}
.kf-blog-grid-6:hover .kode-thumb .kode-blog-type{
	background-color:#ff4a41;
}
.kf-blog-grid-6 .kode-text{
	padding:0px 0px 20px 290px;
}
.kf-blog-grid-6 .kode-text p.blog-date{
	margin:15px 0px;
}
.kf-blog-grid-6 .kode-text h2{
	font-size:24px;
	margin:0px 0px 10px 0px;

}
.kf-blog-grid-6 .kode-text a.read-more{
	color:#000;
	text-decoration:none;
	position:relative;
	display:inline-block;
	font-weight:bold;
}
.kf-blog-grid-6 .kode-text a.read-more:hover{
	color:#ff4a41;
}
.kf-blog-grid-6 .kode-text a.read-more:after{
	content:"\f101";
	font-family:FontAwesome;
	float:right;
	margin:0px 0px 0px 5px;
}
/*
=====================================================
				PRODUCT STYLE
=====================================================
*/
.kode-product{
	float:left;
	width:100%;
	text-align:center;
}
.kode-product .kode-thumb{
	float:left;
	width:100%;
	position:relative;
}
.kode-product .sale-tag, .kode-product .new-tag{
	position:absolute;
	padding:3px 20px;
	background-color:#ff4a41;
	right:0px;
	top:0px;
	z-index:10;
	color:#fff;
	font-size:12px;
}
.kode-product .new-tag{
	background-color:#000;
}
.kode-product .kode-thumb img{
	float:left;
	width:100%;
}
.kode-product:hover .kode-thumb img{
	opacity:0.5;
}
.kode-product .kode-text{
	float:left;
	width:100%;
	padding:20px;
	background:#333;
}
.kode-product .kode-text h2{
	font-size:24px;
	margin:0px 0px 15px 0px;
	text-transform:inherit;
	color:#fff;
	line-height:normal;
	clear:both;
}
.kode-product .product-tags{
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 15px 0px;
}
.kode-product .product-tags:before{
	content:"";
	width:30px;
	height:1px;
	background-color:#333;
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	margin:auto;
}
.kode-product .product-tags a{
	display:inline-block;
	color:#fff;
	margin:0px 2px;
	
}
.kode-product .kode-price{
	float:left;
	width:100%;
	margin:0px 0px 15px 0px;
}
.kode-product .kode-price span{
	display:inline-block;
	font-size:20px;
	color:#ff4a41;
}
.kf-blog-grid-4 .kode-product a.add-to-cart{
	color:#666;
	border:solid 1px #666;
	float:left;
}
.kode-product a.add-to-cart{
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	padding:8px 20px;
	color:#fff;
	border:solid 1px #fff;
	text-decoration:none;
}
.kode-product a.add-to-cart:hover{
	color:#ff4a41;
	border-color:#ff4a41;
}
/*
=====================================================
				PRODUCT STYLE 2
=====================================================
*/
.kode-product-2{
	float:left;
	width:100%;
}
.kode-product-2 .kode-thumb{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	background-color:#000;
}
.kode-product-2 .sale-tag, .kode-product-2 .new-tag, .kode-product-2 .out-of-stock{
	position:absolute;
	padding:3px 20px;
	background-color:#ff4a41;
	right:0px;
	top:50%;
	z-index:10;
	color:#fff;
	font-size:16px;
	width:100%;
	text-align:center;
	opacity:0.8;
}
.kode-product-2 .new-tag{
	background-color:#000;
}
.kode-product-2 .out-of-stock{
	background-color:#ffbe41;
}
.kode-product-2 .kode-thumb img{
	float:left;
	width:100%;
}
.kode-product-2:hover .kode-thumb img{
	opacity:0.5;
}
.kode-product-2 .kode-text{
	float:left;
	width:100%;
	padding:10px 0px;
}
.kode-product-2 .kode-text h2{
	font-size:18px;
	margin:0px 0px 10px 0px;
}
.kode-product-2 .product-tags{
	float:left;
	width:100%;
	margin:0px 0px 5px 0px;
}
.kode-product-2 .product-tags a{
	color:#828282;
}
.kode-product-2 .kode-price span{
	display:inline-block;
	font-size:20px;
	color:#828282;
}
.kode-product-2 a.add-to-cart{
	display:inline-block;
	position:absolute;
	text-decoration:none;
	color:#fff;
	background-color:#ff4a41;
	left:0px;
	right:0px;
	margin:auto;
	bottom:30px;
	padding:10px 10px;
	width:130px;
	text-align:center;
	font-weight:bold;
	opacity:0;
	bottom:-50px;
}
/*.kode-product-2 .kode-text{
	display:inline-block;
	position:absolute;
	text-decoration:none;
	color:#fff;
	background-color:#ff4a41;
	left:0px;
	right:0px;
	margin:auto;
	bottom:30px;
	padding:10px 30px;
	width:100%;
	text-align:center;
	font-weight:bold;
	opacity:0;
	bottom:-50px;
}
.kode-product-2:hover .kode-text{
	bottom:0px;
	opacity:1;
}*/
.kode-product-2:hover a.add-to-cart{
	top:10px;
	bottom:auto;
	opacity:1;
}
.kode-product-2 a.add-to-cart:hover{
	background-color:#000;
}

/*
=====================================================
				PRODUCT STYLE 2
=====================================================
*/
.kode-product-3{
	float:left;
	width:100%;
	padding:5px;
	border:1px solid #ccc;
	box-shadow:0px 5px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 5px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 5px 5px 0px rgba(0,0,0,0.3);
}
.kode-product-3:hover{
	background-color:#ff4a41;
}
.kode-product-3 .kode-thumb{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
}
.kode-product-3 .kode-text h2{
	margin:5px 0px;
	clear:both;
	float:left;
	width:100%;
}
.kode-product-3 .kode-thumb a{
	padding:0px ;
}
.kode-product-3 .kode-text{
	float:left;
	width:100%;
	text-align:center;
	padding:20px 0px;
}
.kode-product-3 .rating{
	float:left;
	width:100%;
	text-align:center;
}
.kode-product-3 .rating > span{
	font-size:18px;
	width:auto;
}
.kode-product-3:hover .rating > span{
	color:#fff;
}
.kode-product-3 h2{
	font-size:16px;
	margin:5px 0px;
	color:#828282;
}
.kode-product-3:hover h2{
	color:#fff;
}
.kode-product-3 .kode-price{
	font-size:24px;
}
.kode-product-3:hover .kode-price{
	color:#fff;
}
.kode-product-3 a.add-to-cart{
	float:left;
	width:100%;
	position:absolute;
	height:100px;
	width:100px;
	border-radius:100%;
	top:20%;
	left:0px;
	right:0px;
	margin:-50px auto 0px auto;
	background-color:#ff4a41;
	color:#fff;
	font-size:42px;
	padding:20px 0px;
	text-align:center;
	opacity:0;
}
.kode-product-3:hover a.add-to-cart{
	opacity:1;
	top:50%;
}
.kode-product-3 .sale-tag{
	position:absolute;
	left:-45px;
	top:-20px;
	padding:30px 40px 10px;
	background-color:#ff4a41;
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	color:#fff;
}
.contant .kode-shopper-item{
	background:#f7f7f7;
}
.kode-image-parallux{
	background-attachment:fixed;
}
div.brands{
	float:left;
	width:100%;
	padding:15px 0px;
}
.contant.kode-main-page{
	padding:30px 0px 0px;
}
.kode-newsletters{
	float:left;
	width:100%;
	margin-top:30px;
	position:relative;
}
.kode-newsletters input[type="text"]{
	border:solid 2px #CCCCCC;
	height:80px;
	font-size:20px;
	width:100%;
	padding:20px 30px;
	background-color:rgba(255,255,255,0.4)
}
.kode-newsletters button{
	position:absolute;
	background:none;
	border:none;
	top:0px;
	right:0px;
	height:100%;
	padding:0px 30px;
	color:#999;
	font-size:26px;
}
/*
===========================================================
					CSS TRANSITIONS
===========================================================
*/
.kode_gsk_smple_bg .kode_gsk_simple ul li:hover h3,.kode_gsk_smple_bg  .kode_gsk_simple ul li:hover p,.kode_gsk_link,
.top-strip-links ul li a, .navigation ul li a, .bag-button a, .banner-slide .banner-caption, .banner .owl-controls .owl-buttons .owl-prev, .banner .owl-controls .owl-buttons .owl-next, .shipping-services, .product-container .thumb .label, .product-container .thumb img, .product-container .text, .product-container .thumb a:before, .discount .btn-container a, .new-product-container .thumb .label, .new-product-container .btns a, .new-product-container .btns, .new-product-container .thumb:before, .pro-name, .kf-blog-listing a.more, .kf-blog-listing .thumb img, .kf-blog-listing .thumb:before, .follow-us a, .widget-news .news-date, .widget-utilities ul li a, .kf-products .caption, .kf-products .thumb img, .kf-products .caption a.zoom, .kf-products .kf-price, .widget-search-product button, .kd-accordion ul li a, .kd-accordion ul li a:before, .widget-brands ul li a, .widget-brands ul li a:before, .error-404 a.return, .kf-cart ul li, .checkout-page table tr, .payment-method button, .contact-us-2 button, .banner-2 ul li .caption a.shop, .discount-2 .btn-container a, .discount-2 .btn-container a, .discount .btn-container a, .all-product-container .text a.detail, .all-product-container .btn-container, .all-product-container .thumb img, .kf-blog-detail .header .text ul li a, .kf-blog-detail .header .text ul li i, .share-blog .blog-tags a, .widget-archive ul li a, .widget-archive ul li, .widget-archive ul li:before, .widget-papular-post ul li .thumb img, .widget-tags ul li a, .product-detail .thumb #bx-pager a img, .nav-tabs > li > a, .kf-products-2 .text .btns a, .kf-products-2 .text, .kf-products-2  a.zoom, .kf-products-2 .thumb img, .btn-container a, .child-products .thumb, .child-products .thumb img, .child-products .thumb:before, .child-products .text, .navigation-3 ul li a:before, .navigation-3 ul li a:after, .detail-carusel .bx-wrapper .bx-controls-direction a, .btn-filled, .user-box input[type="text"], .user-box input[type="password"], .kf-wishlist .kf-options a, .kf-wishlist ul li, .kf-user .kf-user-thumb .kd-text a.logout, .kf-user .kf-user-option ul li a, .navigation-2 ul li a, .kf-search button, .kf-testimonials .testimonials-data, .kf-testimonials .owl-controls .owl-buttons div, .kf-team .thumb img, .kf-team .social ul li a, .kf-team .thumb .caption, .member-detail .social ul li a, .kf-contact-form input[type="text"], .btn-style, .kf-contact-form textarea, .kf-blog-single .kf-text .read-more, .kf-blog-single .like-btn a, .kf-blog-single .thumb img, .kf-blog-3 .more, .kf-blog-3 .more:after, .kf-blog-3, .kf-blog-3 .thumb img, .header-9 .logo-container .navigation ul li a:before, .kf-services i, .kf-blog-grid .kode-thumb img, .kf-blog-grid .kode-caption, .kode-social-share ul li a, .kf-blog-grid-3 ul.kode-post-by li a, .kf-blog-grid-4 .blog-date, .kf-blog-grid-4 .blog-date:before, .kf-blog-grid-4 .blog-date:after, .kf-blog-grid-4 .blog-date p, .kf-blog-grid-4 h2, .kf-blog-grid-4 h2 a, .kf-blog-grid-4 .kode-meta ul li a, .kf-blog-grid-5 .kode-thumb img, .kf-blog-grid-5 .kode-post-type, .kf-blog-grid-5 .kode-caption p, .kode-blog-medium .kode-thumb-side .kode-text a.read-more, .kode-blog-medium .kode-date-side span, .kf-blog-grid-6 .kode-thumb img, .kf-blog-grid-6 .kode-thumb .kode-blog-type, .kf-blog-grid-6 .kode-post-btns a, .kf-blog-grid-6 .kode-post-btns, .kf-blog-grid-6 .kode-text a.read-more, .kode-product a.add-to-cart, .kode-product .kode-thumb img, .kode-product-2 a.add-to-cart, .kode-product-2 .kode-thumb img, .kode-product-3, .kode-product-3 .rating > span, .kode-product-3 .kode-price, .kode-product-3 h2, .kode-product-3 a.add-to-cart, .navigation-2 ul ul li:after, .navigation-2 ul ul, .kode-megamenu-container .mega-wrapper ul li:before{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
}


/*
font-family: 'Slabo 27px', serif
font-family: 'Dosis', sans-serif;
font-family: 'Maven Pro', sans-serif;
*/
.dl-menuwrapper{display:none;}


.kode-weekly-men-dresses{
	background:#f9f9f9;
	padding:30px 0px;
	float:left;
	width:100%;
}
.kode_gsk_link{
	display:inline-block;
	padding:10px 20px;
	color:#fff;
	font-weight:bold;
}
.kode-team-section-full{
	background:#f9f9f9;
}
.contant .kode-woo-pro-section{
	padding:50px 0px 20px 0px
}
.kode-children-store .bx-controls{
	display:none;
}
nav .pagination > li > a,nav  .pagination > li > span{
	color:#333;
}
blockquote{
	background:#f9f9f9;
	float:left;
	border-left-color:#333;
	
}
.kode-blog-listing .kf-blog-listing{margin-bottom:30px;}
.kode-blog-listing{background:none;}
nav .pagination{
	margin-bottom:5px !important;
}
.accordion-content ul{margin-bottom:30px;}
.accordion-content ul:last-child{
	margin-bottom:0px;
}
.capcha_image_frame{
    border: medium none;
    height: 46px;
    margin: 7px 0px;
    overflow: hidden;
    padding: 0;
    width: 200px;
}
.contact-us-2 .capcha_image_frame{
	margin: 7px 0px 6px;
}
.capcha_image_frame html body{
	margin:0px;	
}
.call-to-action-shop-new {
    float: left;
    margin: 50px 0;
    width: 100%;
}
.kode-product .kode-price span{
	color:#fff;
}
.bx-controls-direction{
	display:none;
}
.bx-wrapper:hover .bx-controls-direction{
	display:block;
}
section.kode-modern-image{
	background:url("../images/discount-bg5.jpg");
	background-attachment:fixed;
}
.kode-product-3 .kode-thumb img{width:100%;}
#ilul li{clear:left; text-align:left}
#ilul li .adresp{float:left; width:200px;}
#ilul li .adresi{float:left}
.iletisimsonuc { display:inline-block; width:100%; padding:10px; margin:10px 0; text-align:center; background:#36cfa5; color:#ffffff;}
.iletisimsonuc h3{ color:#ffffff;}
.talepbuton{ background:#e64d3d; border:solid 1px rgba(255,255,255,0.5); display:inline-block; padding:8px 15px; margin:5px 0; font-size:18px; font-weight:bold; text-align:center; color:#fff;}
.talepbuton:visited{ background:#e64d3d; color:#fff} .talepbuton:hover { background:#36cfa5; color:#fff} 
.post-nav-container { float:left; width:100%; border:1px solid #eaeaea; clear:both; border-radius:2px; margin:0 0 10px 0}
.post-nav-container .post-prev-link { float:left; border-right:1px solid #eaeaea; }
.post-nav-container .post-next-link { float:right; border-left:1px solid #eaeaea; }
.post-nav-container a { font-size:16px; color:#fff; background-color:#555555;  padding:10px 15px; }
.post-nav-container .post-prev-link .fa { margin-right:10px; }
.post-nav-container .post-next-link .fa { margin-left:10px; }
.post-nav-container a:visited, .post-nav-container a:hover { color:#ffffff; }
.sosyalicon { float:left; margin:10px 0 0 0; padding:0;}
.sosyalicon ul { float:left; margin:0; padding:0; }
.sosyalicon .isim { background:#36cfa5; color:#fff;}
.dt-sc-social-icons li { float:left; display:inline-block; padding:0; }
.dt-sc-social-icons { display:inline-block; }
.dt-sc-social-icons li a { border-width:1px 1px 1px 0px; border-style:solid; border-color:#eaeaea; display:inline-block; text-align:center; -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s; padding:0px 14px; font-size:16px; color:#888888; line-height:40px; float:left; }
.dt-sc-social-icons li:hover a { background:#36cfa5; color:#ffffff; }
.widget-offer h4 { text-align:center; margin:0;}
.widget-offer h2{ margin:0;} .widget-offer h4 a {color:#555555}
.header-1 { border-bottom:#36cfa5 2px solid}
.metinimg{ float:left; width:50%;}
.metintext{ float:left; width:50%;}