@charset "utf-8";
img{
	height:auto;
}

/*
===========================================================
					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;
	text-transform:uppercase;
	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{
	float:left;
	width:100%
}
.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 100px 20px 20px;
	position:relative;
}
.product-container:hover .text{
	background-color:#2f2f2f;
}
.product-container .text h2{
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
	margin:0px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.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-position:center;
	background-size:cover;
	position:relative;
}
.contant section.discount-2, .contant section.children-discount{
	padding:50px 0px;
}
.contant .discount{
	padding:80px 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-weight:bold;
	text-transform:uppercase;
	font-size:40px;
	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;
	text-transform:uppercase;
}
.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;
	text-transform:uppercase;
	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:#fff;
	padding:7px 15px;
	float:right;
}
.pro-name p{
	float:left;
	margin:12px 0px;
	color:#fff;
	font-size:16px;
	line-height:normal;
}
.pro-name p a{
	color:#fff;
}
.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;
	line-height:46px;
	font-size:18px;
	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:-15px;
	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;
	text-transform:uppercase;
	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, .kf-blog-listing .text h2 a{
	color:#fff;
}

.kf-blog-listing .text h2{
	font-size:20px;
	text-transform:uppercase;
	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;
	text-transform:uppercase;
	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;
	text-transform:uppercase;
}
/*
===========================================================
					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.3%;
	border-left:solid 1px #fff;
	padding:20px;
}
div.social-contacts:first-child{
	border:none;
}

.follow-us{
	float:left;
	width:100%;
}
.follow-us h2{
	color:#fff !important;
}
.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:8px 20px 4px 0px;
}

.social-contacts .kode-text{
	float:left;
	text-align:center;
	width:100%;
	padding:5px 0px;
}
.social-contacts .kode-text i{
	margin:0px 15px 0px 0px;
	font-size:28px;
	color:#fff
}
.social-contacts .kode-text p{
	display:inline-block;
	margin:0px 0px;
	font-size:18px;
	color:#fff;
}
.mejs-container{
	margin-bottom:30px;
}
/*
===========================================================
						FOOTER
===========================================================
*/
footer{
	float:left;
	width:100%;
	background-color:#2f2f2f;
	padding:50px 0px;
}
footer h2{
	font-size:22px;
	color:#fff;
	text-transform:uppercase;
	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;
	text-transform:uppercase;
}
.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;
	margin-bottom:30px;
	width:100%;
	background-color:#000;
	position:relative;	
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
}
.banner-inner:before{
	content:"";
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	
}
.banner-inner .container{
	position:relative;
}
.banner-inner h2{
	
	color:#fff;
	margin:8px 0px 0px 0px;
	text-transform:uppercase;
	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;
}

.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:#000;
}
.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-price a{
	color:#fff;
	padding-top:3px;
	float:left;
}
.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 .promo-tag, .all-product-container .promo-tag, .product-detail .bx-wrapper li .promo-tag{
	background-color:#F60;
	padding:30px 50px 10px;
	color:#fff;
	font-size:18px;
	text-align:center;
	position:absolute;
	transform:rotate(-43deg);
	-moz-transform:rotate(-43deg);
	-webkit-transform:rotate(-43deg);
	left:-57px;
	top:-11px;
	z-index:10;
}
.kf-products .discount-tag, .all-product-container .discount-tag, .product-detail .bx-wrapper li .discount-tag{
	background:url(../../images/discount-tag.png) no-repeat right top;
	padding:5px 50px 15px;
	color:#fff;
	font-size:18px;
	text-align:center;
	position:absolute;
	right:-35px;
	bottom:4px;
	z-index:10;
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
.kf-products .habis-tag, .all-product-container .habis-tag, .product-detail .bx-wrapper li .habis-tag{
	background:url(../../images/habis-tag.png) no-repeat right top;
	padding:5px 5px 15px;
	color:#fff;
	font-size:18px;
	text-align:center;
	position:absolute;
	width:60px;
	right:5px;
	top:-2px;
	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:65%;
	opacity:1;
}
.kf-products .caption p{
	font-size:18px;
	color:#fff;
	margin:0px;
}
.kf-products .caption p a{
	color:#fff;
}
.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:0px;
}
.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
===========================================================
*/
.kode-sidebar-element .widget, .kode-sidebar .widget{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.sidebar .widget h2, .kode-sidebar-element h3, .kode-sidebar-element h2, .kode-sidebar .widget h2, .kode-sidebar .widget h3{
	font-size:22px;
	color:#fff;
	margin:0px 0px 15px 0px;
	text-transform:uppercase;
	display:block;
	padding:10px 15px;
	font-weight:normal;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}

.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;
	text-transform:uppercase;
	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;
	text-transform:uppercase;
	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;
	top:20px;
	left:20px;
}
.widget-offer .thumb img{
	width:100%;
}
.widget-offer .thumb .caption h1{
	font-size:60px;
	color:#fff;
	line-height:50px;
	margin:0px;
}
.widget-offer .thumb .caption h4{
	color:#fff;
	font-size:30px;
}
.widget-offer .thumb .caption a.more{
	display:inline-block;
	padding:7px 20px;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	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;
	text-transform:uppercase;
	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;
	text-transform:uppercase;
	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;
	text-transform:uppercase;
	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;
	text-transform:uppercase;
	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;
	text-transform:uppercase;
	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;
	text-transform:uppercase;
	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;
	text-transform:uppercase;
	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:100%;
	padding:28px 30px;
	background-color:rgba(0,0,0,0.9);
	z-index:100;	
}*/
.contact-us-1 h2{
	font-family:20px;
	text-transform:uppercase;
	color:#fff;	
	clear:both;
	line-height:30px;
	font-size:30px;
	margin:0px 0px 20px 0px;
}
.contact-us-1 input[type="text"], .contact-us-1 textarea{
	float:left;
	width:100%;
	margin:0px 0px 10px 0px;
	border:none;
	background-color:#fff;
	min-height:42px;
	padding:4px 10px;
	text-transform:capitalize;
	border-radius:0;
}
.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;
	text-transform:uppercase;
	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;
	text-transform:uppercase;
	margin:0px 0px 30px 0px;
	line-height:20px;
}
.contact-us-2 input[type="text"], .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;
	text-transform:uppercase;
	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%;
	margin:5px 0px;
}
footer .contact-page ul li{
	color:#fff;
}
.contact-page ul li i {
    background: #eee none repeat scroll 0 0;
    font-size: 25px;
    height: 60px;
    line-height: 60px;
    margin: 0px 10px 0px 0;
    text-align: center;
    width: 60px;
}
.contact-page.margin-less-contact{
	margin-bottom:0px;
}
.contact-page ul li p{
	margin:0px;
	display:inline;
	float:none;
	font-size:15px;
}
.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{
	margin-bottom: 30px;
}
.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:15px 30px 0px 0px;
}
.all-product-container .text h2{
	font-size:18px;
	text-transform:uppercase;
	color:#2f2f2f;
	margin:0px 0px 10px 0px;
}
.all-product-container .text h2 a{
	color:#2f2f2f;
}
.all-product-container .text p{
	margin:0px;
}
.all-product-container .text a.detail{
	position:absolute;
	right:0px;
	color:#999;
	font-size:30px;
	top:20px;
}

.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{
	height:auto;
}
.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{
	width:70px;
	float:left;
	margin:0px 20px 0px 0px;
	text-align:center;
	font-size:26px;
	color:#fff;
	padding:28px 0px;
}
.kf-blog-detail .header .text{
	overflow:hidden;
	float:none;
	width:auto;
	padding:14px 0px;
}
.kf-blog-detail .header .text h2{
	font-size:20px;
	text-transform:uppercase;
	margin:0px 0px 10px 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;
	line-height:normal;
}
.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%;
}
.kf-blog-detail .text img{
	min-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;
	margin:0px 0px 15px 0px;
}
.share-blog .blog-tags{
	margin:4px 0px 0px 0px;
}
.share-blog .blog-tags i{
	float:left;
	margin: 5px 5px 0 0;
}
.blog-tags{
	float:left;
	margin:6px 0px 6px 0px;
}
.blog-tags a{
	float:left;
	padding:0px 5px;
	border-radius:3px;
	font-size:12px;
}
.blog-tags a:hover{
	color:#fff !important;
}
.kode-post-meta li{
	margin:0 10px 0 0;
}
.kode-post-meta li i{
	float:left;
	margin:4px 5px 0px 0px;
}
.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[data-original-title="Facebook"]{
	background-color:#3b5998;
}
.share ul li a[data-original-title="googleplus"]{
	background-color:#dd4b39;
}
.share ul li a[data-original-title="linkedin"]{
	background-color:#007bb6;
}
.share ul li a[data-original-title="twitter"]{
	background-color:#56a3d9;
}
.share ul li a[data-original-title="myspace"]{
	background-color:#000;
}
.share ul li a[data-original-title="stumbleupon"]{
	background-color:#eb4924;
}
/*
===========================================================
					ABOUT AUTHOR
===========================================================
*/
.kode-admin-post{
	float:left;
	width:100%;
	border-top:solid 1px #e5e5e5;
	border-bottom:solid 1px #e5e5e5;
	margin:0px 0px 30px 0px;
	padding:30px 0px;
}
.kode-admin-post .thumb{
	float:left;
	height:80px;
	width:80px;
	overflow:hidden;
	border-radius:100%;
}
.kode-admin-post .text{
	padding:0px 0px 0px 100px;
}
.kode-admin-post 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;
	width:80px;
	height:80px;
}
.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;
	float:left;
	width:100%;
}
.widget-papular-post ul li span.date{
	font-weight:bold;
	float:left;
	width:100%;
}
.widget-papular-post ul li .text{
	position:relative;
	overflow:hidden;
	padding:0px 0px 0px 10px;
}
/*
===========================================================
					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, .kf-products-2 .text h2{
	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:4px 0px;
	color:#fff;
}
.child-products h3 a{
	color:#fff;
}
.child-products a.cart{
	float:right;
	font-size:20px;
	color:#fff;
	width:30px;
	line-height:normal;
}
.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;
}
/*					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;
	text-transform:uppercase;
}
.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;
	text-transform:uppercase;
	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;
	margin-bottom:20px;
}
.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%;
}
.kf-blog-grid-4 .kode-text h2{
	margin:0px 0px 10px 0px;
	font-weight:normal;
	font-size:20px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.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 15px 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;
	text-transform:uppercase;
	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;
	text-transform:uppercase;
	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;
	text-transform:uppercase;
	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 .woo-tag i{
	display:none;
}
.kode-product .woo-tag a{
	text-transform:capitalize;
}
.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;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.kode-product .kode-text h2{
	font-size:24px;
	margin:0px 0px 15px 0px;
	text-transform:inherit;
	color:#fff;
}
.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 .product-tags i{
	color:#fff;
	margin-right:5px;
}
.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:#777;
	border:solid 1px #777;
	float:left;
}
.kode-product a.add-to-cart{
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	padding:8px 20px;
	color:#fff;
	border:solid 1px #fff;
	text-decoration:none;
}
.kode-product a.add-to-cart:hover{
	color:#fff;
	background-color:#fff;
	color:#333;
}
/*===========================================================
					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;
	margin:0px;
	padding:30px;
	
}
.kode-blog-listing .kf-blog-listing{margin-bottom:30px;}
.kode-blog-listing{background:none;}
.page-links,
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: 104px;
}
.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;
}
