/*General*/
body {
    color: #999;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: inherit;
    margin: 0;
    padding: 0;
}
.wrap{
	overflow:hidden;
}

*{
	box-sizing:border-box;
	outline:none;
}
img{
	max-width:100%;
}
a:hover,a:focus{
	text-decoration:none;
	outline:none;
}
.container {
    max-width: 1200px;
    width: 100%;
}
input,input:focus,input:hover{
	outline:none;
}
p {
    line-height: 24px;
}
blockquote {
    border-left: 5px solid #1b1d1f;
    color: #999;
    font-size: 16px;
    line-height: 30px;
    padding: 0 30px;
}
.owl-theme .owl-controls{
	margin:0;
}
.owl-default .owl-theme .owl-controls .owl-buttons div.owl-prev {
    background: rgba(0, 0, 0, 0) url("../images/left.png") no-repeat scroll 0 0;
    left: 0;
}
.owl-default .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
	background: rgba(0, 0, 0, 0) url("../images/right.png") no-repeat scroll 0 0;
}
.owl-default  .owl-theme .owl-controls .owl-buttons div {
	background:transparent;
    border-radius: 0;
    color: #1b1d1f;
    display: block;
    font-size: inherit;
    height: 18px;
    margin: -10px 0 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 11px;
	transition:all 0.5s ease-out 0s;
}
.owl-default:hover .owl-theme .owl-controls .owl-buttons div {
	opacity:1;
}
a{
	transition: all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.header{
	padding: 20px 0;
	background-color: #fff;
	transition: all 0.3s ease-out 0s;
	width: 100%;
	-webkit-transition:all 0.3s ease-out 0s;
	z-index:99999;
	position: relative;
}
.fixed-header{
	position: fixed;
    z-index: 9999;
    width: 100%;
    box-shadow: 3px 2px 5px #999;
    top: 0;
}
.logo{
	margin-top: 3px;
}
.logo>a{
	padding-right: 10px;
}
.nav-box{
	float: right;
}
.nav-box >a{
	display:none;
}
.nav-box > ul li > i{
	display: none;
}
.nav-box > ul{
	display: block;
	margin-bottom:0;
	padding-left:0;
}
.nav-box> ul >li{
	padding: 9px 5px;
	border: 1px solid transparent;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
}
.nav-box> ul >li.has-children:after{
	position: absolute;
	width: 100%;
	height: 1px;
	content: "";
	background-color: #fff;
	bottom: -1px;
	left: 0;
	opacity: 0;
	z-index: 9999;
}
.nav-box> ul >li:hover:after{
	opacity: 1;
}
.nav-box> ul >li:hover{
	border: 1px solid #ccc;
}
.nav-box > ul >li >a{
	font-size: 18px;
	color: #333;
	width: 100%;
    display: inline-block;
    position: relative;
}
.nav-box-home2 > ul >li >a{
	font-size: 14px;
}
.nav-box-home3 > ul >li >a{
	font-size: 14px;
}
.nav-box > ul li > a:hover{
	color: #ff3e3e;
}
.nav-box.nav-box-home3 > ul >li > a:hover{
	color: #6597b1;
}
.nav-box> ul >li >ul{
	position: absolute;
    z-index: 999;
    padding: 15px 0;
    width: 200px;
    background-color: #fff;
	opacity:0;
	margin-top:10px;
	border: 1px solid #ccc;
	visibility:hidden;
	left: -1px;
	transition: all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.nav-box >ul >li>ul li{
	padding: 10px 15px;
    display: inline-block;
	width:100%;
}
.nav-box  li  li a{
	color:#333;
	text-transform: capitalize;
	font-size: 14px;
	width: 100%;
    display: inline-block;
}
.nav-box ul li:hover > ul{
	opacity:1;
	top: 100%;
	margin-top:0;
	visibility:visible;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}
.sub-menu li{
	position: relative;
}
.nav-box li li:hover .sub-menu{
	left:100%;
}
.nav-box li li:hover > a{
	color: #fff;
}
.nav-box li li:hover> a{
	background-color:#ff3e3e;
}
.has-mega-menu {
	position:relative;
}
.has-mega-menu:hover .mega-menu{
	opacity: 1;
	top: 100%;
	margin-top:0;
	visibility:visible;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}
.has-mega-menu .mega-menu{
	position:absolute;
	z-index:99;
	width: 840px;
	height: 345px;
	padding: 30px;
	left: 50%;
	margin-left: -199px;
    background-color: #fff;
	border: 1px solid #ccc;
	opacity:0;
	margin-top:10px;
	visibility:hidden;
	transition: all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.mega-menu .box-categories{
	width:50%;
	float:left;
}
.mega-menu .box-categories .text-title h3{
	font-size: 15px;
	margin: 0;
	margin-bottom: 12px;
}
.mega-menu .box-categories >ul{
	margin: 0 30px 0 0;
	padding: 0;
	display: inline-block;
}
.mega-menu .box-categories ul li > i{
	color: #ccc;
    position: absolute;
    top: 11px;
    left: 0;
    font-size: 10px;
	display: block;
}
.mega-menu .box-categories ul li:hover i{
	color: #ff3e3e;
}
.mega-menu .box-categories ul li{
	padding:  5px 15px 5px 23px;
	border: 1px solid transparent;
	float: none;
	display:block;
	position: relative;
}
.mega-menu .box-categories ul li:hover{
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	background-color: #fff;
}
.mega-menu .box-categories ul li:hover a{
	color: #ff3e3e;
}
.mega-menu .box-categories ul li a{
	color: #666;
	font-size: 13px;
	text-transform: uppercase;
}
.mega-menu .box-img{
	width:50%;
	float:left;
	overflow: hidden;
}
.mega-menu .box-img img{
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.mega-menu .box-img:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.mini-cart-box{
	float: right;
	position: relative;
}
.mini-cart-content .mini-cart-info h3{
	text-align: left;
	font-weight: 100;
    border: none;
	font-size: 15px;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.mini-cart-content .mini-cart-info a:hover h3{
	color: #ff3e3e;
}
.mini-cart-index a span{
	position: absolute;
	color: #fff;
	top: 1px;
    right: 5px;
    font-size: 10px;
}
.content-index .title{
	padding-top: 5px;
}
a.mini-cart-link{
	background-color: #ff3e3e;
	float: right;
	padding: 20px;
	position: relative;
}
a.button{
	color: #fff;
	background-color: #ff3e3e;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}
a.button:hover:before{
	opacity: 1;
}
a.button:before{
	position: absolute;
	content:"";
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.2);
	top: 0;
	left:0;
	opacity: 0;
	transition: all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.mini-cart-link i{
	font-size: 18px;
    color: #fff;
    position: absolute;
    top: 11px;
    left: 11px;
}
a.mini-cart-link span{
	position: absolute;
	color: #fff;
	top: 1px;
    right: 5px;
    font-size: 10px;
}
.mini-cart-box .mini-cart-content{
	z-index: 999;
    position: absolute;
	text-align: left;
    right: 0;
    width: 380px;
    background-color: #fff;
	border: 1px solid #ccc;
	padding: 15px;
	opacity:0;
	margin-top: 20px;
	top: 100%;
	visibility: hidden;
	transition: all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.mini-cart-box:hover .mini-cart-content{
	opacity: 1;
	margin-top: 0;
	visibility: visible;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}
.mini-cart-content h3{
	text-align: center;
	border-bottom: 1px solid #ededed;
	margin: 0;
    padding: 10px 0;
	font-size: 15px;
}
.mini-cart-content > ul{
	margin: 0;
	padding: 0;
}
.mini-cart-content > ul li{
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #ededed;
	padding: 10px 0;
}
.mini-cart-product{
	width: 30%;
	float: left;
	overflow: hidden;
}
.mini-cart-product:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.mini-cart-product img{
	transition: all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.mini-cart-info{
	width: 56%;
    display: inline-block;
    float: left;
}
.mini-cart-info h3 a{
	font-weight: 300;
}
.mini-cart-remove{
	width: 14%;
    float: left;
	margin-top: 8px;
	text-align: right;
}
.mini-cart-remove > a{
	position: relative;
}
.mini-cart-remove > a i{
	color: #666;
    top: -33px;
    border: 1px solid #ccc;
    border-radius: 100%;
    padding: 5px 7px;
}
.mini-cart-remove > a:hover i{
	color: #fff;
	background-color: #ff3e3e;
	transition: all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.mini-cart-home3 .mini-cart-remove > a:hover i{
	background-color: #6597b1;
}
.mini-cart-remove > span{
	margin-top: 20px;
    display: inline-block;
	color: #ff3e3e;
	margin-left: -13px;
}
.mini-cart-total{
	width: 100%;
    display: inline-block;
	padding: 15px 0;
}
.mini-cart-total > h4{
	display: inline-block;
    margin: 0;
    text-transform: uppercase;
    color: #333;
}
.mini-cart-total > span{
	float: right;
	color: #333;
	font-size: 15px;
}
.mini-cart-button{
	width: 100%;
    display: inline-block;
	padding: 10px 0;
}
.mini-cart-button > a{
	background-color: #333;
    padding: 8px 25px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 5px;
	margin-right: 20px;
	transition: all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.mini-cart-button > a:hover{
	background-color: #ff3e3e;
}
.mini-cart-home3 .mini-cart-button > a:hover{
	background-color: #6597b1;
}
/*end header*/
.content .wrap-menu{
	position: absolute;
	width: 100%;
	z-index:9;
	background-color: rgba(208,200,187, 0.7);
}
.menu-item{
	float: right;
}
.owl-prev{
	width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 50%;
    margin-top: -25px;
    text-align: center;
    padding-top: 5px;
    font-size: 25px;
    color: #fff;
	left: 0;
	z-index:9;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.owl-next{
	width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 50%;
    margin-top: -25px;
    text-align: center;
    padding-top: 5px;
    font-size: 25px;
    color: #fff;
	right:0;
	z-index:99;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.banner-slide{
	margin-bottom: 74px;
}
.banner-slide .owl-prev{
	left: 0;
}
.banner-slide .owl-button div{
	transition: all 0.5s ease-out 0s;
	-webkit-transition:all 0.5s ease-out 0s;
	transform: rotate(0);
	-webkit-transform: rotate(0);
}
.banner-slide .owl-next{
	right: 0;
}
.banner-slide .owl-prev:hover{
	transform: rotate(45deg);
	border-radius: 2px;
	background-color: rgba(0,0,0,0);
}
.banner-slide .owl-next:hover{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border-radius: 2px;
	background-color: rgba(0,0,0,0);
}
.banner-slide .owl-prev:hover i{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.banner-slide .owl-next:hover i{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.banner-slide .button{
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 9;
	top: 50%;
	margin-top: -33px;
	opacity: 0;
	transition: all 0.3s ease-out 0s;
	border: 5px solid #fff;
    overflow: hidden;
}
.banner-slide .button.active{
	opacity: 1;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 60px;
	height: 60px;
}
.banner-slide .button.active img{
	transform: rotate(-45deg) scale(1.4);
	-webkit-transform: rotate(-45deg) scale(1.4);
}
.banner-slide .button img{
	width: 100%;
	height: 100%;
	display: block;
}
.menu-item ul{
	margin:0;
}
.menu-item ul li{
	display: inline-block;
	padding-left: 29px;
	opacity: 1;
	position: relative;
	padding:5px 10px;
}
.menu-item ul li:first-child{
	padding-left: 0;
}
.menu-item form{
	position: absolute;
    right:0;
    top: 65px;
	opacity:0;
	visibility: hidden;
	transition: all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.menu-item ul li:hover form{
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.menu-item ul li input[type="text"]{
	padding: 10px 50px 10px 15px;
    border: none;
}
.menu-item ul li input[type="submit"]{
	position: absolute;
    top: 0;
    right: 0px;
    border: none;
    padding: 10px;
    color: #fff;
    background-color: #ff3e3e;
	text-transform: capitalize;
}
.menu-item ul li.has-children > ul{
	position: absolute;
	background-color:rgba(208,200,187,0.9);
	padding:10px 0;
	top: 70px;
	opacity:0;
	visibility: hidden;
	transition: all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.menu-item ul li.has-children > ul li{
	padding: 5px 15px;
}
.menu-item ul li.has-children:hover > ul{
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.menu-item i{
	/*color: #fff;*/
	margin-left: 4px;
}
 .menu-item ul li a{
	color:#fff;
	text-transform: none !important;
	font-size: 12px;
}
 .menu-item ul li a:hover{
	color:#ff3e3e;
	transition: all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.menu-item ul li a:hover i{
	/*color: #ff3e3e;
	transition: all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;*/
}
 .menu-item ul.box-sub{
	position:absolute;
	padding:0;
	margin-top:9px;
	background-color: #cac2b7;
	opacity: 0.7;
}
.banner-slide {
	display: block;
	position: relative;
}
.slide-info{
	text-align: center;
	width:100%;
}/*
.banner-slide .active .slide-info .btn-1{
	top: 50%;
	margin-top: -110px;
}
.banner-slide .active .slide-info .btn-2{
	left: 50%;
    margin-left: -283px;
	opacity:1;
	transition: all 1s ease-out 0s;
	-webkit-transition:all 1s ease-out 0s;
}
.banner-slide .active .slide-info .btn-3{
	right: 50%;
	margin-right: -122px;
}*/
.banner-slide .active .slide-info h3{
	transition: all 1s ease-out 0s;
	-webkit-transition:all 1s ease-out 0s;
}
.banner-slide .slide-info h3{
	font-weight: 100;
	font-size: 36px;
	color: #fff;
}
.banner-slide .active .slide-info a{
	bottom: 29%;
	transition: all 1s ease-out 0s;
	-webkit-transition:all 1s ease-out 0s;
}
.slide-info a{
	color: #fff;
	text-transform: uppercase;
	padding: 5px 24px;
	background-color: #ff3e3e;
	font-size: 15px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -64px;
}/*
.slide-info .btn-3{
	position: absolute;
    top: 50%;
	margin-top: 20px;
    right: 0;
}
.slide-info .btn-2{
	position: absolute;
	left: 0;
	opacity:0;
	top: 50%;
	margin-top: -57px;
}
.slide-info .btn-1{
	top: 0;
    position: absolute;
    left: 50%;
	margin-left: -82px;
}*/
.slide-info h2{
	color: #fff;
	text-transform: uppercase;
	font-size: 60px;
	font-weight: 700;
}
.slide-info a:before{
	position:absolute;
	content:"";
	padding: 13px 43px;
	background-color: rgba(255,255,255,0.2);
    opacity: 0;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
	transition: all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.slide-info a:hover:before{
	opacity:1;
}
.wrap-item-prev{
	width: 8%;
    left: 0;
    position: absolute;
    top: 50%;
    z-index: 99;
}
.wrap-item-next{
	width: 8%;
    right: 0;
    position: absolute;
    top: 50%;
	z-index: 99;
}
/************************end slide**************************/
.title{
	text-align:center;
	position:relative;
	overflow:hidden;
}
.title .strong{
	font-size: 60px;
}
.upto .title strong{
	font-size:  90px;
}
.title p{
	text-transform: initial;
	margin-bottom: 43px;
}
.title h2{
	text-transform: uppercase;
	margin:0 0 38px;
	display:inline-block;
	position:relative;
	padding:0 20px;
}
.title h4{
	text-transform: uppercase;
}
.content .title h2:before{
	position: absolute;
    content: "";
    background-image: url("../images/home1/bg-next.png");
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	background-repeat:no-repeat;
    width: 483px;
    height: 37px;
    right:100%;
    top: 50%;
	margin-top: -20px;
}
.content .title h2:after{
	position: absolute;
    content: "";
    background-image: url("../images/home1/bg-next.png");
    width: 483px;
	background-repeat:no-repeat;
    height: 37px;
    left: 100%;
    top: 50%;
	margin-top: -20px;
}
.upto{
	margin-bottom: 78px;
	color: #333;
	text-align:center;
	text-transform: uppercase;
}
.upto .big-text{
	font-size: 90px;
	line-height: 90px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
}
.upto .small-text{
	line-height: 90px;
	display: inline-block;
	vertical-align: middle;
}
.upto h2{
	position: relative;
	margin: 12px 0px 5px;
}
.upto .owl-prev{
	left: 15px;
	margin-top: -50px;
}
.upto .owl-next{
	right: 15px;
	margin-top: -50px;
}
.upto .owl-wrapper-outer{
	overflow: visible;
}
.upto .wrap-product-box{
	margin: 0 -15px;
}
.wrap-product-box{
	position: relative;
}
.upto .product-box{
	overflow: hidden;
	padding-bottom: 50px;
}
.has-button:hover .owl-prev{
	opacity: 1;
}
.has-button:hover .owl-next{
	opacity: 1;
}
.has-button .owl-prev:hover{
	background-color: #ff3e3e;
}
.has-button .owl-next:hover{
	background-color: #ff3e3e;
}
.has-button .owl-prev{
	opacity: 0;
}
.has-button .owl-next{
	opacity: 0;
}
.upto .product-box .item{
	border: 1px solid #ccc;
	padding: 15px;
	position:relative;
	margin: 0 15px;
}
.upto .product-box .item .ifo-product{
	width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -81px;
    text-align: center;
    background-color: rgba(255,255,255,0.9);
	opacity:0;
	border-top: none;
	transition: all 0.5s ease-out 0s;
	-webkit-transition:all 0.5s ease-out 0s;
}
.upto  .product-box .item:hover .ifo-product{
	opacity:1;
}
.upto  .product-box .item .ifo-product:hover{
	background-color: #fff;
}
.upto .product-box .item .ifo-product .price span{
	margin-top: 5px;
	display: inline-block;
}
.upto .product-box .item .ifo-product .price .old-price{
	font-size:15px;
}
.upto .product-box .item .ifo-product .price .sale{
	font-size:20px;
	color: #ff3e3e;
}
.upto .product-extra-link{
	margin-top:10px;
	overflow:hidden;
}
.upto .box-discount .box-buy{
	width: 85px;
	border: 1px solid #ccc;
	float:left;
	margin: 0 3px;
	background-color: #fff;
}
.box-buy span.text{
	font-size: 13px;
}
.box-buy span.number{
	font-size: 18px;
    color: #ff3e3e;
}
.upto .box-discount .save span.number{
	margin-left: 17px;
}
.upto .product-extra-link a.compare{
	transform: translateX(260px);
	-o-transform: translateX(260px);
	-moz-transform: translateX(260px);
	-webkit-transform: translateX(260px);
	transition:all 0.5s ease-out 0s;
	-webkit-transition:all 0.5s ease-out 0s;
}
.upto .product-extra-link a.wishlist{
	transform: translateX(-260px);
	-o-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-webkit-transform: translateX(-260px);
	transition:all 0.5s ease-out 0s;
	-webkit-transition:all 0.5s ease-out 0s;
}
.product-box .item:hover a.box-hidden{
	transform: translateX(0);
	-webkit-transform: translateX(0);
}
.deal-week-countdown{
	position:relative;
	transition:all 0.5s ease-out 0s;
	-webkit-transition:all 0.5s ease-out 0s;
}
.deal-week-countdown  canvas{
	display: none;
}
.deal-week-countdown span.number{
	width: 100%;
    display: inline-block;
	color: #ff3e3e;
	font-size: 18px;
}
.deal-week-countdown span.text{
	width: 100%;
    display: inline-block;
	font-size: 14px;
}
.deal-week-countdown  .textDiv_Days{
    display: inline-block;
    width: 45px !important;
    border: 1px solid #ccc;
	margin: 0 3px;
	background-color: #fff;
}
.deal-week-countdown  .textDiv_Hours{
    display: inline-block;
    width: 45px !important;
    border: 1px solid #ccc;
	margin: 0 3px;
	background-color: #fff;
}
.deal-week-countdown  .textDiv_Minutes{
    display: inline-block;
    width: 45px !important;
    border: 1px solid #ccc;
    text-align: center;
	margin: 0 3px;
	background-color: #fff;
}
.deal-week-countdown  .textDiv_Seconds{
    display: inline-block;
    width: 45px !important;
    border: 1px solid #ccc;
    text-align: center;
	margin: 0 3px;
	background-color: #fff;
}
.time_circles{
	background-color: #fff;
}
.upto .product-box .item:hover .box-detail-info{
	transform: translateY(62px);
	-webkit-transform: translateY(62px);
}
.upto .product-box .item:hover .box-detail-info .deal-week-countdown{
	opacity: 0;
}
.upto .product-box .item:hover .box-detail-info .box-discount{
	opacity: 1;
}
.box-detail-info{
    width: 100%;
    padding: 0 32px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 27px;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	text-align: center;
}
.deal-week-countdown{
	display: block;
    width: 205px;
    position: relative;
    margin: auto;
}
.box-discount{
	display: inline-block;
	position: relative;
	opacity: 0;
}
/*****************end upto **********************/
.categories{
	/*background-image: url("../images/home1/parallax1.jpg");*/
    background-color: rgba(0,0,0,0);
	padding: 93px 0 100px;
	position: relative;
	background-attachment: fixed;
	margin-bottom: 92px;
	background-position: top center;
}
.categories .wrap-item{
	position: relative;
	z-index: 99;
}
.categories .title{
	color: #fff;
}
.categories .wrap-item .item{
	padding: 10px;
	background-color: #fff;
}
.categories .img{
	overflow: hidden;
}
.categories .img img{
	width: 100%;
}
.categories .img img:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.categories .wrap-item .item .ifo-product{
	padding:0;
}
.categories .wrap-item .item .ifo-product a:hover span{
	color: #ff3e3e;
}
.categories .wrap-item .item span{
	color:#999;
	font-weight: 100;
}
/******************** end categories **************************/
.seller {
	margin-bottom: 100px;
}
.seller .owl-prev{
	top: 50%;
    margin-top: 43px;
	left: 15px;
}
.seller .owl-next{
	top: 50%;
    margin-top: 43px;
	right: 15px;
}
.seller .title {
	text-align: center;
}
.seller .title .top-title{
	display: inline-block;
	position:relative;
}
.seller .title .top-title .nav-tabs{
	border-bottom:none;
}
.seller .title .top-title:before{
	position: absolute;
    content: "";
    background-image: url("../images/home1/bg-pre.png");
	background-repeat:no-repeat;
    width: 483px;
    height: 37px;
    right:100%;
    top: -3px;
}
.seller .title .top-title:after{
	position: absolute;
    content: "";
    background-image: url("../images/home1/bg-next.png");
	background-repeat:no-repeat;
    width: 483px;
    height: 37px;
    left:100%;
    top: -4px;
}
.seller .title h2:before{
	display:none;
}
.seller .title h2:after{
	display:none;
}
.seller .title h2{
	padding: 0 20px;
	margin: 0 0 30px;
}
.seller .title a{
	color: #333;
}
.seller .title li:hover a{
	color: #ff3e3e;
}
.top-title ul li.active h2 a{
	color: #ff3e3e;
}
.product-content  .item{
	border: 1px solid #ccc;
	position:relative;
	margin: 0 15px;
}
.product-content  .item>a{
	display: block;
	padding: 20px 20px 7px;
	text-align: center;
	width: 100%;
}
.item>a{
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.new-product .quick-view{
	margin-top: -50px;
}
.item a .thumb-bottom{
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
    height: 100%;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
}
.item:hover .thumb-bottom{
	bottom: 0;
}
.item:hover .thumb-top{
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
}
.product-content  .item>a img{
	width: 100%;
}
.tab-content .wrap-product-content{
	margin: 0 -15px;
}
.quick-view{
	position: absolute;
	top: 50%;
    margin-top: -105px;
    left: 0;
    background-color: rgba(255,255,255,0.9);
	width: 100%;
	text-align:center;
	opacity:0;
	transition: all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.quick-view a{
	color: #666;
	display: inline-block;
	width: 100%;
	padding: 20px 0;
}
.quick-view a i{
	color: #ff3e3e;
}
.item:hover .quick-view{
	opacity:1;
}
.quick-view:hover{
	background-color:#fff;
}
.quick-view:hover a{
	color:#ff3e3e;
}
.ifo-product{
	text-align:center;
	padding: 0 0 20px;
	border-top: 1px solid #ededed;
	overflow: hidden;
}
.ifo-product h3{
	margin: 10px 0 5px;
}
 .ifo-product p{
	color:#666;
	margin: 0;
}
.ifo-product .price{
	margin: 0 0 6px;
}
.detail-product .ifo-product .price{
	margin: 6px 0;
}
.ifo-product .price .old-price{
	color: #000;
	padding: 0 8px;
	font-size: 18px;
	text-decoration: line-through;
}
.ifo-product .price .sale{
	color:#ff4b4b;
	font-size: 24px;
	padding: 0 8px;
}
.product-extra-link{
	line-height: 25px;
}
.product-extra-link a.buy{
	padding: 3px 20px;
}
 .product-extra-link a.box-hidden{
	padding: 3px 8px;
}
 .product-extra-link a.mb-compare{
	transform: translateX(630px);
	-o-transform: translateX(630px);
	-moz-transform: translateX(630px);
	-webkit-transform: translateX(630px);
	transition:all 0.5s ease-out 0s;
	-webkit-transition:all 0.5s ease-out 0s;
}
 .product-extra-link a.mb-wishlist{
	transform: translateX(-630px);
	-o-transform: translateX(-630px);
	-moz-transform: translateX(-630px);
	-webkit-transform: translateX(-630px);
	transition:all 0.5s ease-out 0s;
	-webkit-transition:all 0.5s ease-out 0s;
}
.item:hover a.box-hidden{
	transform: translateX(0);
	-webkit-transform: translateX(0);
}
.product-extra-link a{
	display:inline-block;
	vertical-align:top;
	text-align:center;
	color:#fff;
}
/*************end seller**************/
.designer{
	/*background-image: url("../images/home1/parallax2.jpg");*/
    background-color: rgba(0,0,0,0);
	position: relative;
	background-attachment: fixed;
	z-index: 9;
	margin-bottom: 92px;
}
.has-before:before{
	position: absolute;
	background-color:rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	content:"";
	top:0;
	z-index:9;
}
.categories:before{
	background-color:rgba(0,0,0,0.6);
}
.designer:before{
	background-color:rgba(0,0,0,0.8);
}
.designer .wrap-designer{
	color: #fff;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
.designer .wrap-designer  .owl-wrapper-outer{
	overflow: visible;
}
.wrap-designer .title p{
	margin-bottom:0;
	position: relative;
	z-index: 9;
}
.wrap-designer .title{
	color: #fff;
	margin-top: 92px;
    width: 100%;
}
.designer .ifo-designer{
	color: #fff;
}
.designer .ifo-designer h3{
	color: #fff;
	margin: 0;
	text-transform: capitalize;
	font-weight: 300;
	font-size: 30px;
}
.designer .ifo-designer .name{
	font-size: 60px;
    text-transform: uppercase;
	margin-bottom: 8px;
}
.designer .comment-designer{
	color: #fff;
	margin-top: 25px;
}
.box-content-design a{
	padding: 10px 20px;
	margin-top: 23px;
}
.box-content-design{
	margin-top: 48px;
}
.wrap-ifo .box-image{
	position: relative;
	margin-top: -45px;
}
.wrap-ifo .box2 img{
	position: absolute;
	top: 50px;
}
.wrap-ifo .box3 img{
	position: absolute;
	top: 14px;
}
.box-content-design .box-main-profile{
	padding-left: 5px;
	margin-top: -30px;
}
/*********** end designer ************/
.collection{
	text-align:center;
	color:#333;
	text-transform: uppercase;
	margin-bottom: 100px;
}
.collection h3{
	margin: 0 0 15px;
}
.collection .product-box .item{
	float: left;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.collection .product-box .item img:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.collection .product-box .item .ifo-product{
	position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -50px;
	border: none;
	padding: 20px 0;
    background-color: rgba(255,255,255,0.9);
	opacity:0;
	transition: all 0.5s ease-out 0s;
	-webkit-transition:all 0.5s ease-out 0s;
}
.collection .product-box .item:hover .ifo-product{
	opacity:1;
}
.collection .ifo-product:hover{
	background-color: #fff;
}
h3:hover a{
	color: #ff3e3e;
}
h3 a{
	font-weight: 500;
	font-size: 14px;
	color: #333;
	transition: all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
h3{
	text-transform: uppercase;
	color: #333;
	font-weight: 600;
}
.collection .button{
	padding: 3px 18px;
}
/*********** end collection ***************/
.our-services{
	/*background-image: url("../images/home1/parallax3.jpg");*/
	padding: 92px 0 100px;
	position: relative;
	margin-bottom: 92px;
	background-attachment: fixed;
	z-index: 9;
	background-position: top 80px center;
}
.our-services .title{
	color: #fff;
	z-index: 99;
}
.our-services .box-item{
	border: 1px solid #858585;
	padding:  50px 0 42px;
	color: #fff;
	position: relative;
	border-top:none;
	z-index:99;
}
.our-services .box-item h3{
	display: inline-block;
	position: relative;
	padding: 0 15px;
    color: #fff;
    font-weight: 100;
	font-size: 15px;
}
.our-services .box-item h3:before{
	position: absolute;
	content:"";
	border-top: 1px solid #858585;
	width: 300px;
	top: 50%;
	right: 100%;
}
.our-services .box-item h3:after{
	position: absolute;
	content:"";
	border-top: 1px solid #858585;
	width: 300px;
	top: 50%;
    left: 100%;
}
.our-services .box-item .title{
    margin-top: -83px;
	overflow: hidden;
	position: relative;
}
.our-services .title p{
	margin-top: 3px;
}
.our-services .box-item .info{
    position: relative;
    padding: 0 20px 0 125px;
}
.our-services .box-item .info p{
	padding-top: 32px;
	margin: 0;
}
.our-services .box-item .info a{
	color: #fff;
	position: absolute;
    font-size: 60px;
    top: 50%;
    left: 0;
    margin-left: 35px;
    margin-top: -35px;
}
.our-services .box-item .info a i:hover{
	color: #ff3e3e;
}
.our-services .box-item .info a i{
	margin: 0;
	transition: all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
/*********** end services ****************/
.review{
	text-align:center;
	color:#333;
	text-transform: uppercase;
	margin-bottom: 95px;
}
.customer {
	margin-top: 53px;
}
.comment{
	text-transform: capitalize;
	margin-top: 25px;
}
.comment p{
	margin: 0;
}
.customer .item{
	border: 1px solid #ccc;
	padding: 30px;
}
.customer .item .box-img{
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: -84px;
	background-color: #fff;
	overflow: hidden;
	position:relative;
}
.customer .item .box-img a .info{
	display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
	opacity:0;
	background-color: rgba(0,0,0,0.2);
	visibility: hidden;
	transition: all 0.5s ease-out 0s;
	-webkit-transition:all 0.5s ease-out 0s;
	padding: 40px 0;
}
.customer .item .box-img a:hover .info{
	opacity:1;
	left: 0;
	visibility: visible;
}
.customer .item .box-img a{
	display: inline-block;
}
.customer .item .box-img a .img{
	transition: all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.customer .item .box-img a:hover .img{
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
}
.customer .info span{
	color: #fff;
	font-size:15px;
}
/************************* end content ************************/
.footer .wrap-menu{
	margin-bottom: 25px;
}
.nav-menu{
    padding-top: 7px;
}
.nav-menu ul li{
	display: inline-block;
	padding: 0 6px;
}
.nav-menu ul {
	padding: 0;
	margin: 0;
}
.nav-menu ul li a{
	color: #666;
	font-size: 15px;
}
.nav-menu ul li a:hover{
	color:#ff3e3e;
}
.icon{
	float: right;
}
.icon a{
	color: #666;
	padding-top: 8px;
	width: 100%;
    height: 100%;
    display: inline-block;
}
.icon ul li:hover a{
	color: #fff;
}
.icon ul li{
    float: left;
    position: relative;
    width: 35px;
    height: 35px;
    text-align: center;
	transition: all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	margin: 0 4px;
}
.icon i{
	font-size: 18px;
}
.icon ul {
	display: inline-block;
	padding: 0;
}
.icon ul li:hover{
	background-color:#ff3e3e;
}
.footer .logo:before{
	left:182px;
}
.footer .logo:after{
	left:189px;
}
.sign-up .title h3{
	font-size: 20px;
	margin-bottom: 42px;
	color: #fff;
}
.sign-up .title p{
	color: #999;
	font-size: 15px;
	margin-bottom: 44px;
}
.sign-up{
	text-align: center;
	color: #fff;
	padding: 73px 0px 100px;
	position: relative;
	z-index: 99;
}
.sign-up:before{
	position: absolute;
    background-color: rgba(48,43,39,0.5);
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
	left:0;
	z-index:-9;
}
.sign-up form a{
	position: absolute;
    font-size: 23px;
    right: 30%;
    top: 1px;
    color: #ccc;
    width: 50px;
    height: 43px;
}
.sign-up a:hover i{
	color: #ff3e3e;
}
#back-to-top{
    position: fixed;
    bottom: 70px;
    right: 25px;
	background-color: #ff3e3e;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 37px;
    height: 37px;
	transition: all 0.5s ease-out 0s;
	-webkit-transition:all 0.5s ease-out 0s;
	z-index:999;
}
#back-to-top:hover{
	background-color: #fff;
	border: 1px solid #ccc;
}
#back-to-top:hover i{
	color: #ff3e3e;
}
#back-to-top i{
	color: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: 9px 15px;
    font-size: 20px;
}
.box-sign-up form{
	position: relative;
	text-align: center;
}
.box-sign-up input[type="text"]{
	color: #999;
	background-color: rgba(48,43,39,0.5);
	width: 40%;
	padding: 10px 15px;
	border: 1px solid #999;
}
.box-sign-up input[type="submit"]{
	border: none;
    padding: 10px 25px;
    position: absolute;
    right: 30%;
	background-color: rgba(48,43,39,0.1);
	margin-right: 1px;
	top: 1px;
}
.box-sign-up i{
	position: absolute;
    font-size: 23px;
    right: 14px;
    top: 9px;
	transition: all 0.5s ease-out 0s;
	-webkit-transition:all 0.5s ease-out 0s;
}
/******* end sign-up *********/
.content-footer{
	background-color: #0d0b0a;
	background-image: url(../images/home1/parallax4.jpg);
	position: relative;
	background-attachment: fixed;
}
.list-footer-box:before{
	position: absolute;
    background-color: rgba(0,0,0,0.9);
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
}
.list-footer-box .text-title h3{
	color:#fff;
	font-size: 17px;
	margin-bottom: 15px;
}
.wrap-list{
	display: inline-block;
	margin-top: 43px;
}
.wrap-list i{
	position: absolute;
    top: 3px;
    left: -35px;
	font-size: 17px;
}
.list-ifo{
	margin-bottom: 35px;
	padding-left: 35px;
}
ul.list-ifo li a{
	color: #999;
}
ul.list-ifo li span{
	color: #ff3e3e;
}
ul.list-ifo li{
	position:relative;
	transition: all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	margin-bottom: 8px;
}
ul.list-ifo li p{
	margin-bottom: 3px;
}
.post{
	position:relative;
	padding-right: 57px;
}
.twitter{
	padding-right: 57px;
}
.info ul li{
	margin-bottom: 13px;
}
ul.list-ifo li a:hover {
	color: #fff;
}
.box-button ul li{
	float: left;
	margin: 12px 10px 0 0;
	text-transform: uppercase;
	position: relative;
}
.box-button ul li a{
	padding: 6px 21px;
}
.bottom-footer{
	display: inline-block;
    border-top: 1px solid #262524;
    padding: 43px 0 18px;
    width: 100%;
	position: relative;
}
.address{
	float: left;
}
.address a{
	color: #999;
}
.address a:hover{
	color: #fff;
}
.address-index2 a{
	color: #666;
}
.address-index2 a:hover{
	color: #ff3e3e;
}
.bank{
	float: right;
}
.bank ul{
	display: inline-block;
    padding: 0;
}
.bank ul li{
	float:left;
	margin-left: 5px;
}
.bank a{
	transition: all 0.5s ease-out 0s;
	-webkit-transition:all 0.5s ease-out 0s;
	margin-top: 0;
	display: block;
}
.bank a:hover{
	margin-top: -5px;
}
/************************************************************************
					index-2
*************************************************************************/
ul li{
	list-style: none;
}
.wrap-top-header{
	background-color: #f1f1f1;
}
.top-header ul li a{
	padding: 5px 0;
	display: inline-block;
}
.top-header .box-right{
	text-align: right;
}
.top-header .box-left{
	width: 100%;
}
.top-header .box-right> ul li{
	margin-right: 20px;
}
.header2 ul{
	padding:0;
	margin:0;
}
.header2 .mini-cart-box{
	float: none;
    padding: 5px 0;
    display: inline-block;
}
.header2 .mini-cart-box >a{
	color: #555;
	padding: 6px 0px;
}
.header2 .mini-cart-box >a:hover{
	color: #ff3e3e;
}
.top-header .box-left> ul li{
	margin-right: 19px;
}
.top-header .box-right >ul{
	display: inline-block;
}
.top-header .box-right ul li{
	position: relative;
	text-transform: capitalize;
}
.top-header .box-right ul li>ul{
	position: absolute;
	background-color: #f1f1f1;
	padding: 0 10px;
	top: 50px;
	opacity: 0;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	visibility: hidden;
	text-align: left;
}
.top-header .box-right ul li:hover ul{
	opacity: 1;
	top: 100%;
	visibility: visible;
	z-index:999;
}
.header2 ul li{
	display: inline-block;
	position:relative;
}
.top-header ul li >a{
	color: #555;
}
.top-header ul li:hover >a{
	color: #ff3e3e;
}
.header2 .logo{
	text-align: center;
	padding: 30px 0 25px;
}
.header2 .logo:before{
	left: 790px;
	bottom: 45px;
}
.header2 .logo:after{
	left: 796px;
	bottom: 47px;
}
.nav-box-home2 ul li{
	padding: 7px 7px;
}
.nav-box-home2 >ul>li:hover{
	border: 1px solid #ccc;
}
.nav-box-home2{
	float: left;
}
.nav-box-home2 .has-mega-menu .mega-menu{
	left: -1px;
	margin-left: 0;
}
.menu-home2 form{
	position: relative;
	width: 100%;
    display: inline-block;
}
.menu-home2 form i{
	position: absolute;
    top: 13px;
    right: 15px;
}
.menu-home2 input[type="text"]{
	width: 100%;
    padding: 8px 10px;
	border: 1px solid #ccc;
}
.menu-home2 input[type="submit"]{
	width: 15%;
    height: 96%;
    border-top: 1px solid #ccc;
    position: absolute;
    right: 1px;
    border: none;
    top: 1px;
    background-color: #fff;
}
.banner2{
	margin-top: 15px;
}
.banner2 h3{
	font-size: 24px;
}
.banner2 h3:hover{
	color:#000;
}
.banner2 .wrap-slide{
	position: relative;
}
.banner2 .box-sale{
    position: absolute;
	top: -140px;
    left: 20%;
	opacity: 0;
	text-align: center;
	transition: all 1s ease-out 0s;
	-webkit-transition: all 1s ease-out 0s;
}
.banner2 .active .box-sale{
	top: 20%;
	opacity: 1;
}
.banner2 .box-sale p{
	text-transform: uppercase;
    color: #fff;
    padding: 21px 0;
    font-size: 18px;
    border-radius: 100%;
    margin: 0;
	width: 140px;
	height: 140px;
    background-color: #ff3e3e;
}
.banner2 .box-sale span{
	width: 100%;
	display: inline-block;
	font-weight: bold;
    font-size: 60px;
    margin-top: 15px;
}
.banner2 .box-text h2{
	font-size: 48px;
	position: absolute;
	opacity: 0;
	font-weight: 300;
	transition: all 1s ease-out 0s;
	-webkit-transition: all 1s ease-out 0s;
	text-transform: uppercase;
	color: #333;
}
.banner2 .box-text h3{
	position: absolute;
	opacity: 0;
	transition: all 1s ease-out 0s;
	-webkit-transition: all 1s ease-out 0s;
}
.banner2 .slide-2 h2{
	left: -130px;
    top: 52%;
}
.banner2 .slide-2 h3{
	bottom: -62px;
    left: 20%;
	margin-left: -1px;
}
.banner2 .active .slide-2 h2{
	left: 15%;
	opacity: 1;
}
.banner2 .active .slide-2 h3{
	bottom: 24%;
	opacity: 1;
}
.banner2 .slide-3 h2{
	top:32%;
	left: -200px;
}
.banner2 .slide-3 h3{
	top: -41px;
	left: 16%;
	margin-left: -3px;
}
.banner2 .slide-3 .button{
	position: absolute;
    padding:  8px 24px;
    bottom: -33px;
	left: 18%;
	transition: all 1s ease-out 0s;
	-webkit-transition: all 1s ease-out 0s;
}
.banner2 .active .slide-3 h2{
	left: 6%;
	opacity: 1;
}
.banner2 .active .slide-3 h3{
	top: 25%;
	opacity: 1;
}
.banner2 .active .slide-3 .button{
	bottom: 36%;
}
.home2 .owl-pagination{
	position: absolute;
    top: 84%;
    left: 50%;
    margin-left: -42px;
}
.home2 .owl-page{
	display: inline-block;
}
.home2 .owl-page span{
	padding: 1px 6px;
    background-color: #707576;
    border-radius: 100%;
    font-size: 6px;
	margin: 0 8px;
}
.home2 .owl-page.active span:before{
	position: absolute;
	content:"";
	padding: 3px;
    top: 3px;
    left: 3px;
	border-radius: 100%;
	background-color: #fff;
}
.home2 .owl-page.active span{
	background-color: #000;
	position: relative;
}
/************end header2*********/
.content2 .gallery{
	display: inline-block;
    width: 100%;
	margin-top: 30px;
	padding: 0 30px;
}
.content2 .box-gallery{
	position: relative;
	margin: 0 -10px;
}
.box-gallery .info-product{
	position: absolute;
    bottom: 28%;
	left: 4%;
}
.box-gallery .title{
	text-align: left;
}
.box-gallery .title:before{
	display: none;
}
.box-gallery .title:hover a{
	background-color: #ff3e3e;
	transition: all 0.3s ease-out 0s;
}
.box-gallery .title a{
	display: inline-block;
    padding: 10px 20px;
    background-color: rgba(74,74,74,0.8);
    color: #fff;
	text-transform: uppercase;
	font-size: 15px;
}
.box-gallery .info-product >a{
	text-transform: uppercase;
}
.box-gallery .info-product> a:hover{
	color: #ff3e3e;
	transition: all 0.3s ease-out 0s;
}
.box-gallery .info-product>a{
	color: #333;
	margin-left: 22px
}
.box-gallery .info-product h3{
	margin: 25px 0px -3px 22px;
}
.box-gallery .info-product h3 a{
	font-size: 30px;
}
.box-gallery i{
	font-size: 15px;
}
.content2 .title strong{
	font-size: 30px;
}
.content2 .title h2{
	background-color: #fff;
}
.hello .box-content{
	text-align: center;
	position: relative;
	margin: 20px 0;
}
.hello .box-content p{
	margin-bottom: 5px;
}
.hello{
	color: #555;
	margin: 36px 0 68px;
	text-align: center;
}
.hello h2{
	font-size: 60px;
	margin-bottom: 10px;
}
.new-product {
	position: relative;
	text-align:center;
}
.new-product .item{
	border: 1px solid transparent;
	margin: 0;
}
.new-product .owl-carousel .owl-wrapper-outer{
	position: relative;
	margin: 0 -5px;
    padding:0 5px 104px;
    width: auto;
}
.new-product .owl-wrapper{
	position: relative;
    z-index: 9;
}
.new-product .item h3{
	padding: 10px 0 12px;
    border-top: 1px solid #ededed;
}
.new-product .item:hover h3{
	border-top: 1px solid #ccc;
}
.new-product .wrap-product-content{
	margin: 0 -1px;
	position: relative;
}
.new-product .owl-prev{
	display: none;
}
.new-product .owl-next{
	display: none;
}
.new-product .load-more{
	padding: 8px 22px;
	position: absolute;
	left: 50%;
	margin:171px 0 0 -57px;
	top: 50%;
}
.box-shop .box-item-2 .item{
	width: 100%;
    display: inline-block;
    padding-bottom: 0;
	margin-bottom: 96px;
	text-align:center;
	position: relative;
	border: 1px solid transparent;
}
.box-shop .box-item-2 .item:hover{
	padding-bottom: 20px;
	margin-bottom: 76px;
}
.box-shop .box-item-2 .item h3{
 position: absolute;
    width: 100%;
    left: 0;
    bottom: -54px;
    border: 0;
    margin: 0;
}
.box-shop .box-item-2 .item h3 a{
 padding: 5px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.box-shop .box-item-2 .item:hover h3{
 display: none;
}
.box-shop .box-item-2 .item:hover .ifo-product{
 bottom: -109px;
}
.box-shop .box-item-2 .item .quick-view{
	margin-top: -50px;
}
.box-item-2 .item:hover {
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	border: 1px solid #ccc;
}
.box-item-2 .item:hover .ifo-product{
	opacity: 1;
	bottom: -92px;
    z-index: 999;
	visibility: visible;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	border-top: none;
}
.box-item-2 .item  h3{
	display: inline-block;
    padding: 1px 0 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.box-item-2 .item:hover h3{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid transparent;
	width: 100%;
	margin-top: 20px;
    margin-bottom: -6px;
    display: block;
    padding-bottom: 0;
}
.box-item-2 .ifo-product .price .sale{
	font-size: 24px;
}
.new-product .box-item-2 .item:hover .ifo-product{
	bottom: -107px;
}
.box-item-2 .ifo-product{
	position: absolute;
	opacity: 0;
	width: calc(100% + 2px);
	width: -webkit-calc(100% + 2px);
	width: -moz-calc(100% + 2px);
	left: -1px;
	bottom: -80px;
	background-color: #fff;
	border-top: none;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	visibility:hidden;
	border: 1px solid #ccc;
	padding: 0 0 30px;
}
.main-content2 .clothing .owl-wrapper-outer{
	padding-bottom: 100px;
}
.clothing .wrap-box-product{
	position: relative;
	z-index: 9;
}
.box-clothing-slide>p{
	color: #333;
	position: absolute;
	right: 0;
    margin-right: 41px;
    top: 0;
    margin-top: -35px;
}
.clothing .owl-prev{
	width: 30px;
	height: 30px;
	background-color: #ff3e3e;
	top: -15px;
	left: auto;
    right: 0;
    margin-right: 90px;
}
.clothing .owl-prev:before{
	position:absolute;
	content:"";
	width: 100%;
	height: 100%;
	background-color:rgba(255,255,255,0.3);
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.clothing .owl-prev:hover:before{
	opacity: 1;
}
.clothing .owl-next:before{
	position:absolute;
	content:"";
	width: 100%;
	height: 100%;
	background-color:rgba(255,255,255,0.3);
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.clothing .owl-next:hover:before{
	opacity: 1;
}
.clothing .owl-buttons i{
	font-size: 20px;
	position: absolute;
	left: 11px;
}
.clothing .owl-next{
	width: 30px;
	height: 30px;
	background-color: #ff3e3e;
	top: -15px;
}
.clothing.box-shop{
	margin-top: 0;
}
.box-clothing-slide{
	position: relative;
}
.main-content2 .title {
	margin-bottom: 10px;
}
.box-categorie-2{
	position: relative;
	overflow: hidden;
}
.box-categorie-2:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.box-categorie-2 h3{
	font-size: 17px;
	margin: 0;
	padding: 12px 135px 10px 30px;
	border-bottom: 1px solid #ccc;
}
.box-categorie-2 .box-ifo{
	position: absolute;
	background-color: rgba(255,255,255,0.9);
	top: 50%;
	margin-top: -170px;
	left:-257px;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
}
.box-categorie-2 .box-ifo.active{
	left: 0;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
}
.box-categorie-2 .box-ifo ul{
	padding: 20px 0;
	margin: 0;
}
.box-categorie-2 .box-ifo ul li{
	padding-left: 30px;
}
.box-categorie-2 .box-ifo ul li i{
	font-size: 8px;
    position: absolute;
    top:9px;
    left: 0;
}
.box-categorie-2 .box-ifo ul li a{
	text-transform: uppercase;
	color: #555;
	padding: 2px 0 2px 18px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	width: 130px;
    display: inline-block;
	position: relative;
}
.box-categorie-2 .box-ifo ul li a:hover{
	color: #ff3e3e;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.box-categorie-2 .box-ifo>a{
	position: absolute;
    top: 50%;
    margin: -18px -19px 0 0;
    right: 0;
    padding: 6px 7px;
}
.box-categorie-2 .box-ifo>a i.fa-caret-left{
	display: none;
}
.box-categorie-2 .box-ifo.active>a i.fa-caret-right{
	display: none;
}
.box-categorie-2 .box-ifo.active>a i.fa-caret-left{
	display: block;
	margin: 5px 0;
}
.banner-box{
	position: relative;
}
.special-banner {
	margin-top: -100px;
}
.banner-box>a{
	position: relative;
	display: inline-block;
}
.banner-box>a:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	z-index: 9;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.banner-box>a:after{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	z-index: 9;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.banner-box:hover>a:before{
	right: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.2);
}
.banner-box:hover>a:after{
	top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.2);
}
.banner-box:after{
	position: absolute;
	content:"";
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.banner-box .ifo-box{
	text-align: center;
	color:#fff;
	position: absolute;
	top: 50%;
    margin-top: -62px;
	left: 0;
	width: 100%;
	text-transform: uppercase;
	z-index: 9;
}
.banner-box h2{
	font-weight: bold;
	margin: 10px 0 8px;
}
.banner-box h3{
	font-size: 18px;
	font-weight: 100;
	color: #fff;
	margin:0;
}
.banner-box h3:hover{
	color: #fff;
}
.banner-box .ifo-box> a{
	color: #fff;
	margin-top: 8px;
	display: inline-block;
}
.banner-box a:hover{
	color: #ff3e3e;
}
.box-shop{
	margin-top: 50px;
}
.box-shop .box-content{
	margin-bottom: 10px;
}
.keep-in-touch{
	text-align: center;
	color:#555;
}
.keep-in-touch form{
	margin-top: 43px;
}
.keep-in-touch input[type="text"]{
	display: inline-block;
    width: 40%;
    padding: 15px;
    border: 1px solid #ccc;
}
.keep-in-touch input[type="submit"]{
    margin-left: -5px;
}
.keep-in-touch a.submit{
	background-color: #ff3e3e;
	padding: 15px;
	margin-left: -5px;
}
.keep-in-touch p{
	margin-top: -4px;
}
input[type="submit"]{
	border: none;
	color: #fff;
	text-transform: uppercase;
	background-color: #ff3e3e;
}
a.submit{
	position: relative;
	background-color: #ff3e3e;
	display: inline-block;
}
a.submit:hover:before{
	opacity:1;
}
a.submit:before{
	position: absolute;
	content: "";
	width: 100%;
	height:100%;
	background-color: rgba(255,255,255,0.2);
	top:0;
	left:0;
	opacity: 0;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.last-news{
	margin-top: 45px;
	text-align: center;
}
.last-news .box-item{
	position: relative;
	margin-top: 0px;
}
.last-news .quick-view{
	opacity: 0;
    width: 150px;
    height: 150px;
    left: 50%;
    margin: -175px 0 0 -75px;
    background-color: rgba(255,255,255,0.6);
	transform: scale(0);
	-webkit-transform: scale(0);
}
.last-news .box-img:hover .quick-view{
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity:1;
}
.last-news .box-item .introduce > a{
	padding: 7px 26px;
	margin-top: 0;
}
.last-news .quick-view a{
	display: inline-block;
    width: 100%;
    height: 100%;
}
.last-news .quick-view i{
	font-size: 30px;
	margin-top: 40px;
}
.last-news .page-item .introduce{
	width: 100%;
}
.last-news .page-item .introduce .text{
	border: none;
}
.last-news .page-item .introduce .title{
	text-align: center;
	margin-bottom: 5px;
}
.last-news .page-item .introduce .title a{
	border: none;
	margin-top: 3px;
	padding-bottom: 0;
	text-transform: uppercase;
}
.last-news .page-item .introduce .title a:hover{
	border: none;
}
.last-news .page-item .introduce .title ul{
	text-align: center;
	margin-bottom: 2px;
}
.last-news .page-item .introduce .title ul li{
	color: #999;
}
.last-news .page-item .introduce .title:before{
	display: none;
}
.brands-logo{
	/*padding: 46px 0;
	background-color: #ff3e3e;*/
	text-align: center;
	/*margin-top: 50px;*/
}
.brands-logo img:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.brands-logo ul{
	padding: 0;
}
.brands-logo ul li{
	display: inline-block;
	padding: 0 60px;
}
.main-footer-2{
	margin-top: 55px;
}
.list-box-footer{
	text-align:center;
	border: 1px solid #ccc;
	color: #555;
}
.list-box-footer .title{
	margin-top: -27px;
}
.list-box-footer h3{
	display: inline-block;
    padding: 0 25px;
	font-size: 15px;
    background-color: #fff;
}
.list-box-footer ul{
	padding: 0;
	margin: 5px 0 30px;
}
.list-box-footer ul li{
	text-transform: capitalize;
	padding: 3px 0;
}
.list-box-footer ul li a{
	color: #555;
	line-height: 24px;
}
.list-box-footer ul li a:hover{
	color: #ff3e3e;
}
.list-box-footer ul li span{
	width: 100%;
	display: inline-block;
	line-height: 24px;
}
.list-box-footer ul.follow{
	/*margin: 2px 0 0;*/
}
.list-box-footer ul.follow a.mb-icon{
	display: inline-block;
    width: 26px;
    height: 26px;
    border: 1px solid #ccc;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	margin-bottom: 5px;
}
.list-box-footer ul.follow a.mb-icon:hover{
	background-color: #ff3e3e;
	border: 1px solid #ff3e3e;
}
.list-box-footer ul.follow a.mb-icon:hover i{
	color: #fff;
}
.list-box-footer ul.follow i{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.list-box-footer ul.follow li.bb-icon{
	margin-bottom: 20px;
}
.list-box-footer .text{
	padding: 15px 30px;
}
.list-box-footer.testimonials{
	padding-bottom: 54px;
}
.main-footer-2 .owl-pagination{
	top: 97%;
    left: 50%;
    margin-left: -40px;
}
.end-footer{
	text-align:center;
	background-color: #f4f4f4;
	display: inline-block;
    width: 100%;
	color: #666;
	margin-top: 50px;
	padding: 15px 0 0;
}
.box-end-footer{
	display: inline-block;
	width: 100%;
}
.box-end-footer a{
	color: #666;
}
.bank-index2{
	margin: 22px 0;
}
.end-footer-2 #back-to-top{
	background-color: #fff;
	border: 1px solid #ccc;
}
.end-footer-2 #back-to-top i{
	color: #ff3e3e;
}
.end-footer-2 #back-to-top:hover{
	background-color: #ff3e3e;
}
.end-footer-2 #back-to-top:hover i{
	color: #fff;
}
/******** blog ***************/
.banner{
	position: relative;
	background-image: url("../images/home1/slide1.jpg");
    padding: 135px 0;
	background-position: top center;
	margin-bottom: 60px;
}
.banner-img{
	height: 272px;
	position: relative;
    overflow: hidden;
}
.banner-img img{
	position: absolute;
}
.banner-info{
	position: absolute;
	top: 50%;
    margin-top: -55px;
    text-align: center;
    left: 0;
	right: 0;
    text-transform: uppercase;
    color: #fff;
}
.banner h2{
	font-size: 60px;
	margin: 0;
}
.banner h3{
	font-size: 30px;
	margin: 0;
	color: #fff;
}
.list-page{
	position: absolute;
    width: 100%;
    bottom: 0;
}
.box-list{
	background-color: #f6f2ed;
    width: 100%;
	padding: 13px 15px;
}
.box-list ul{
	float: left;
	padding: 0;
	margin: 0;
}
.box-list ul li{
	display: inline-block;
	margin-right: 10px;
}
.box-list ul li i{
	margin-left: 10px;
}
.box-list a{
	color: #666;
	text-transform: capitalize;
}
.box-list a:hover{
	color: #ff3e3e;
}
.box-list .box-right{
	float: right;
}
.box-list .box-right i{
	margin-right: 10px;
}
.wrap-product-comment{
	display: inline-block;
	margin-bottom: 22px;
	padding-left: 80px;
	position: relative;
}
.mb_date{
	text-align: center;
    padding: 13px 5px 5px 5px;
    background-color: #ff3e3e;
    color: #fff;
	width: 70px;
	height: auto;
	float: left;
    position: absolute;
    top: 0;
    left: 0;
}
.page-detail .product-ifo{
	padding-left: 80px;
    position: relative;
}
.content-blog .view-page{
	margin-top: 20px;
}
.box-list-table h3{
	margin: 0;
}
.box-list-table .title h3{
	color: #fff;
	font-size: 18px;
	margin-top: 2px;
}
.mb_date span{
	font-size: 12px;
}
.wrap-product-comment .img{
	overflow:hidden;
}
.wrap-product-comment .img img{
	width: 100%;
}
.wrap-product-comment .img:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.introduce-blog-detail{
	margin-top: 50px;
}
.introduce .title{text-align:left;}
.introduce  h2{
	color: #333;
	padding: 0;
	font-weight: 600;
	line-height: 25px;
    margin-bottom: 10px;
}
.introduce h2:before{
	display: none;
}
.introduce h2:after{
	display: none;
}
.introduce .title ul{
	margin-bottom: 23px;
	padding: 0;
	text-align: left;
}
.introduce .title ul li{
	display: inline-block;
	margin-right: 20px;
}
.introduce .title ul li i{
	margin-right: 5px;
}
.introduce .title ul li p{
	font-size: 12px;
}
.introduce p{
	margin: 0;
}
.introduce p.has-line{
	position: relative;
}
.introduce p.has-line:after{
	position: absolute;
	content:"";
	border-right: 1px solid #999;
	height: 12px;
	top: 4px;
    right: -12px;
}
.introduce .text{
	color:#555;
	border-bottom: 1px solid #ccc;
}
.wrap-comment .introduce .text{
	border: none;
}
.introduce .text p{
	margin-bottom: 20px;
}
.introduce a{
	padding: 6px 27px;
    border: 1px solid #ccc;
    display: inline-block;
    color: #333;
	text-transform: capitalize;
	margin-top: 30px;
}
.introduce a:hover{
	color: #ff3e3e;
	border: 1px solid #ff3e3e;
}
.box-list-table .title{
	background-color: #ff3e3e;
	text-align: left;
    padding: 10px 15px;
}
.box-list-table ul{
	padding: 0;
	margin: 0;
	border: 1px solid #ccc;
	border-top: none;
}
.list-table{
	margin-bottom: 30px;
}
.content-post{
	float: left;
	margin-left: 15px;
}
.news .box-img{
	overflow: hidden;
	float: left;
}
.news .box-img:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.news ul{
	padding: 20px;
}
.news ul li{
	border-bottom:1px solid #ccc;
	padding: 15px 0 20px;
	display: inline-block;
    width: 100%;
}
.news ul li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.news ul li:first-child{
	padding-top: 0;
}
.content-post h3{
	font-size: 12px;
	margin-bottom: 9px;
}
.content-post h3 a{
	font-size: 12px;
}
.content-post ul li{
	padding: 10px;
}
.content-post p{
	margin: 0;
	font-size: 12px;
}
.content-post i{
	margin-right: 5px;
}/*
.category ul{
	padding: 15px 20px 20px;
}
.category ul li{
	padding: 8px 0;
    text-align: left;
    border-bottom: 1px solid #eee;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.category ul li:last-child{
	margin-bottom: 15px;
}*/
.category ul li a{
	text-transform: capitalize;
	color: #666;
    font-size: 14px;
}/*
.category ul li:hover a{
	color: #ff3e3e;
}
.category ul li:hover{
	border-bottom:1px solid #ff3e3e;
}*/
.wrap-tag{
	border: 1px solid #ccc;
	border-top: none;
	padding: 20px;
    text-align: center;
}
.wrap-tag a{
	color: #333;
    min-width: 49.3%;
    text-align: left;
    padding: 8px 13px;
    text-transform: capitalize;
    margin: 0.5px;
    float: left;
    background-color: #eee;
}
.wrap-tag a:hover{
	color: #fff;
	background-color: #ff3e3e;
}
.page-item .owl-prev{
	width: 40px;
    height: 40px;
    background-color: #ff3e3e;
    position: absolute;
    left: 0;
}
.box-list-table .box-product .item img:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.1);
}
.box-list-table .box-product .owl-prev{
	width: 30px;
	height: 30px;
}
.box-list-table .box-product .owl-buttons i{
	left: 13px;
    top: 5px;
}
.box-list-table .box-product .owl-next{
	width: 30px;
	height: 30px;
}
.page-item .owl-next{
	width: 40px;
    height: 40px;
    background-color: #ff3e3e;
    position: absolute;
    right: 0;
}
.page-item .owl-prev:hover:before{
	opacity: 1;
}
.page-item .owl-prev:before{
	position: absolute;
	content:"";
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.2);
	top: 0;
	left: 0;
	opacity:0;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.page-item .owl-next:hover:before{
	opacity: 1;
}
.page-item .owl-next:before{
	position: absolute;
	content:"";
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.2);
	top: 0;
	left: 0;
	opacity:0;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.page-item .owl-buttons i{
	font-size: 19px;
    position: absolute;
    top: 10px;
    left: 17px;
}
.content-blog{
	margin-bottom: 93px;
}
.view-page a{
	padding: 2px 11px;
    border: 1px solid #ccc;
    color: #333;
	margin-right: -2px;
}
.view-page a:hover{
	color: #ff3e3e;
}
/************* blog detail *****************/
.mb_date h3{
	margin: 0;
	color: #fff;
}
.wrap-comment .img img{
	margin: 0;
	width: 90%;
}
.wrap-comment .icon{
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
	padding: 20px 0 13px;
	width: 100%;
}
.wrap-comment .icon p{
	margin: 0;
}
.wrap-comment .icon ul{
	margin: 0;
	padding: 0;
}
.wrap-comment .icon ul li{
	margin: 0 5px;
}
.wrap-comment .owl-prev{
	display: none;
}
.wrap-comment .owl-next{
	display: none;
}
.box-product .wrap-item {
	margin-top: 10px;
	border: 1px solid #ccc;
}
.box-product{
	margin-bottom: 0;
}
.navslider{
	text-align: center;
    text-transform: uppercase;
	padding: 25px 0;
	margin-left: 80px;
	color: #ccc;
}
.navslider a{
	color: #ccc;
	margin: 0 8px;
}
.navslider a:hover{
	color: #333;
}
.navslider a.active{
	color: #333;
}
.comment-customer .title h3{
	font-size: 30px;
}
.comment-customer .main-comment{
	display: inline-block;
    padding: 30px 30px 18px;
	border-bottom: 1px solid #ccc;
}
.comment-customer .box-top{
	background-color: #f1f1f1;
	border-bottom: none;
	margin: 50px 0 38px;
}
.detail-comment .main-comment{
	padding:0 30px 30px;
}
.detail-comment .content-box>h3{
	margin: 0;
}
.detail-comment .content-box > p{
	margin-bottom: 13px;
}
.detail-comment .content-box > p>a{
	color: #ff3e3e;
}
.comment-customer{
	border-top: 1px solid #ccc;
}
.comment-customer img{
	width: 10%;
    float: left;
    margin-right: 30px;
}
.comment-customer .content-box{
	width: 86%;
    float: left;
}
.comment-customer h3{
	font-size: 14px;
	text-align: left;
	margin: 0 0 20px;
}
.navigate-comment a{
	padding: 8px 34px;
	margin: 8px 0 30px;
}
.navigate-comment{
	margin-top: 20px;
}
.input-comment input[type="text"]{
	width: 60%;
	border: 1px solid #ccc;
    padding: 8px 10px;
    margin-bottom: 10px;
}
::-moz-placeholder{
	color: #000;
}
::-webkit-input-placeholder{
	color: #000;
}
:-ms-input-placeholder{
	color: #000;
}
.input-comment textarea{
	width: 100%;
    padding:10px 10px 20px;
    border: 1px solid #ccc;
}
.input-comment a.submit{
	padding: 8px 28px;
	margin-top: 30px;
}
.input-comment h3{
	margin: 15px 0;
}
.input-comment p{
	text-align:left;
}
/*********** listview ****************/
.wrap-listview{
	margin: 0 0 75px;
}
.shop-by{
	margin-bottom: 30px;
}
.shop-by ul{
	border: none;
}
.shop-by .main-box{
	border: 1px solid #ccc;
	padding: 25px 20px 30px;
	border-top: none;
}
.shop-by .main-box >ul li>a{
	width: 100%;
	display: inline-block;
}
.shop-by .main-box >ul li>a.active i{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.shop-by h4{
	margin: 0;
	text-transform: capitalize;
	color: #666;
	font-weight: bold;
	display: inline-block;
}
.shop-by a i{
	float: right;
	color: #333;
}
.shop-by ul.list-show{
	text-transform: capitalize;
    padding-top: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
	margin: 5px 0 10px;
}
.shop-by ul.list-show li{
	margin-bottom: 15px;
}
.shop-by ul.list-show li:last-child{
	margin-bottom: 10px;
}
.shop-by ul.list-show a{
	color: #666;
	position: relative;
	padding:0 30px;
}
.shop-by ul.list-show a:before{
	position: absolute;
	content:"";
	left: 0;
	top: 3px;
}
.shop-by ul.color a:before{
	border: none;
}
.color .active i{
	color: #fff;
}
.shop-by a.black:before{
	background-color: black;
}
.shop-by a.blue:before{
	background-color: blue;
}
.shop-by a.cyan:before{
	background-color: cyan;
}
.shop-by a.green:before{
	background-color: green;
}
.shop-by a.red:before{
	background-color: red;
}
.shop-by ul li a:before{
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
	padding: 0;
}
.shop-by li li  i{
	opacity: 0;
	position: absolute;
    left: 3px;
    top: 6px;
	font-size: 10px;
}
.shop-by ul li.active i{
	opacity: 1;
}
.shop-by ul li >p{
	display: none;
}
#slider-range{
	background-color: #ff3e3e;
    border-radius: 0;
    border: none;
}
.ui-slider-range{
	background-color: rgb(233, 233, 233);
}
#slider-range .ui-slider-handle{
	border-radius: 0;
    background-color: #ff3e3e;
    height: 12px;
    border: none;
    position: relative;
    display: inline-block;
    width: 11px;
	background-image:none;
}
#slider-range .ui-slider-handle:before{
	position: absolute;
	font-family: 'FontAwesome';
	color: #ff3e3e;
	font-size: 19px;
    left: -6px;
    top: -3px;
}
#slider-range .ui-slider-handle:before{
	content:"\f0da";
	left: 10px;
}
#slider-range .ui-slider-handle:last-child{
	margin: 5px 0 0 -12px;
}
#slider-range .ui-slider-handle:last-child:before{
	content:"\f0d9";
	left: -6px;
}
#slider-range .ui-slider-handle>span{
	position: absolute;
	background-color: #ff3e3e;
	top: -35px;
	left: -13px;
	color: #fff;
	width: 45px;
	height: 25px;
	text-align: center;
    padding-top: 4px;
}
#slider-range .ui-slider-handle:last-child>span{
	left: -22px;
}
#slider-range .ui-slider-handle>span:before{
	position: absolute;
	font-family: 'FontAwesome';
	color: #ff3e3e;
	font-size: 18px;
	left: 18px;
    top: 18px;
	content:"\f0d7";
}
.shop-by ul li #amount{
	display: none;
}
.shop-by .main-box >ul li>a.box-price {
	margin:0 0 47px;
	background-color: #fff;
	border-bottom: 1px solid #ededed;
	padding-bottom: 5px;
}
.ui-slider-handle{
	position: relative;
}
.ui-slider-handle>.first-price:hover{
	position: absolute;
	padding: 10px;
	background-color: #ff3e3e;
	top: -40px;
	color: #fff;
}
.introduce-product .item{
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
}
.introduce-product .box-ifo-product .box-img{
    position: relative;
	border: 1px solid #ccc;
	padding: 10px 0 5px;
	text-align: center;
    overflow: hidden;
}
.introduce-product .box-ifo-product .box-img img{
	width: 98%;
}
.introduce-product .box-rating{
	border-bottom: 1px solid #ededed;
	padding: 0 0 7px;
}
.introduce-product .ifo-product .price .sale{
	font-size: 24px;
}
.introduce-product .box-ifo-product .quick-view{
	margin-top: -30px;
}
.introduce-product .box-ifo-product .ifo-product{
    border-top: none;
	padding: 0;
}
.introduce-product .box-ifo-product .product-content{
	margin-bottom: 25px;
}
.introduce-product .box-ifo-product .ifo-product h3{
	text-align: left;
    margin: 0 0 10px;
	line-height: 21px;
}
.introduce-product .box-ifo-product .ifo-product h3 a{
	font-size: 24px;
}
.introduce-product .product-name a:hover{
	color: #ff3e3e;
}
.introduce-product .box-ifo-product .ifo-product p{
	text-align: justify;
}
.main-box .price{
	text-align: left;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	display: inline-block;
	width: 100%;
}
.main-box .product-extra-link{
	text-align: left;
	margin-top: 22px;
}
.main-box .box-price{
	display: inline-block;
	margin-top: 6px;
}
.availability{
	float: right;
}
.availability span{
	vertical-align: middle;
}
.availability  span.instock{
	background-image: url("../images/instock.png");
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 48px;
    line-height: 16px;
    padding: 7px 9px;
    text-align: center;
    width: 48px;
}
.box-view{
	display: inline-block;
    width: 100%;
	margin-bottom: 5px;
}
.view-way{
	float: left;
}
.view-way i{
	padding: 7px;
	border: 1px solid #ccc;
	margin-left: 2px;
	color: #333;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.view-way i:hover{
	color: #ff3e3e;
}
.view-way .fa-list-ul{
	color: #ff3e3e;
}
.view-page-of-list{
	float: right;
}
.view-page a{
	display: inline-block;
}
.product-rating{
	background: url(../images/rate.png) repeat-x;
    width: 75px;
    height: 13px;
    background-position: top left;
    overflow: hidden;
	margin: 4px 10px 0 0;
    float: left;
}
.box-rating{
	position: relative;
	width: 100%;
    display: inline-block;
	padding: 15px 0;
}
.inner-rating{
	background: url(../images/rate.png) repeat-x;
    height: 13px;
    background-position: bottom left;
}
.add-review{
	float: left;
}
.add-review a.text:hover{
	color: #ff3e3e;
}
.add-review a.text{
	color: #333;
	padding-left: 10px;
}
.add-review span.number{
	color: #d3d3d3;
	padding-right: 10px;
	border-right: 1px solid #eee;
}
.list-best-seller {
	margin-bottom: 105px;
}
.list-best-seller a h3{
	font-size: 14px;
}
.list-best-seller ul li> a{
	float: left;
	width:30%;
	margin-top: 12px;
}
.list-best-seller a:hover{
	color: #ff3e3e;
}
.best-seller a:hover{
	color: #6597b1;
}
.list-best-seller ul{
	padding: 15px;
}
.list-best-seller .ifo-product{
	border: none;
	width: 65%;
    float: left;
    padding: 0;
    text-align: left;
    margin-left: 10px;
}
.list-best-seller .box-rating{
	padding:0;
}
.list-best-seller ul li{
	display: inline-block;
    padding: 0 0 25px;
    border-bottom: 1px solid #e9e9e9;
}
.list-best-seller ul li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.list-best-seller img{
	width: 100%;
	display: inline-block;
}
.list-best-seller img:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.list-best-seller .ifo-product .price{
	border: none;
	margin: 3px 0 0;
}
.list-best-seller .ifo-product .price .old-price{
	font-size: 15px;
	padding: 0;
}
.list-best-seller .ifo-product .price .old-price:before{
	font-size: 16px;
    top: 3px;
    left: 3px;
}
.list-best-seller .ifo-product .price .old-price:after{
	width: 37px;
    top: 11px;
    left: 2px;
}
.list-best-seller .ifo-product .price .sale{
	font-size: 20px;
}
.list-best-seller .ifo-product .price .sale:before{
	font-size: 25px;
    top: 7px;
    left: 0px;
}
.list-best-seller .product-rating{
	margin-top: 8px;
}
.list-best-seller .box-rating span.number{
	position: absolute;
    top: 5px;
    left: 80px;
}
.bottom-page{
	color: #666;
	margin-bottom: 50px;
}
.bottom-page p{
	display: inline-block;
	margin-right: 144px;
}
.sort-by{
	display: inline-block;
	margin-right: 127px;
}
.sort-by select{
	padding: 2px 43px;
    text-transform: capitalize;
    border: 1px solid #ccc;
}
.sort-by a{
	padding: 3px 12px;
    border: 1px solid #ccc;
    color: #333;
	display: inline-block;
}
.show-page{
	display: inline-block;
}
.show-page select{
	padding: 2px 13px;
    text-align: left;
    border: 1px solid #ccc;
}
/************* end listview **************/
.content-gridview .item{
	display: inline-block;
	margin:0 0 30px;
}
.content-gridview .product-content p{
	margin-left: 0;
}
.gridview .view-way .fa-list-ul{
	color: #333;
}

.gridview .view-way-of-list .active{
	color: #ff3e3e;
}
.gridview .view-way .fa-list-ul:hover{
	color: #ff3e3e;
}
.main-page .title{
	color: #000;
	position: relative
}
.main-page .title:before{
	position: absolute;
	content: "";
	width: 100%;
	border-top: 1px solid #ccc;
	left: 0;
	top: 50%;
	margin-top: -16px;
}
.main-page .title h2{
	background-color: #fff;
	margin: 0 0 30px;
	font-size: 34px;
    font-weight: 300;
}
.main-page .title h2:before{
	display: none;
}
.main-page .title h2:after{
	display: none;
}
.main-page .title strong{
	font-size: 33px;
}
.infomation-company{
	margin-top: -5px;
}
.infomation-company .box-info{
	margin-top: 27px;
}
.infomation-company .content-box{
	padding: 0 33px;
}
.main-content-about{
	text-align: center;
}
.box-introduce i{
	font-size: 60px;
    color: #333;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.box-introduce a:hover i{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.main-content-about p{
	color: #555;
	margin-bottom: 15px;
}
.box-why-choose{
	margin-top: 45px;
}
.box-why-choose h3{
	font-size: 14px;
	margin-bottom: 0;
}
.box-why-choose p{
	display: inline-block;
	color: #999;
	margin-top: 7px;
}
.box-why-choose .title-box span{
	color: #ff3e3e;
    font-weight: 100;
}
.list-service ul{
	padding: 0;
    text-align: left;
}
.content-service{
	border-top: 1px solid #ccc;
}
.content-service:last-child{
	border-bottom: 1px solid #ccc;
}
.content-service h3{
	font-weight:100;
	margin: 0;
	padding: 11px 0;
	position:relative;
	font-size: 15px;
}
.content-service h3:after{
	color: #ff3e3e;
    font-size: 17px;
	position:absolute;
	content:"\f067 ";
	font-family:'FontAwesome';
	right: 0;
}
.content-service.active h3:after{
	content:"\f068";
}
.content-service .text p{
	color: #999;
	margin-bottom: 25px;
}
.content-service .text{
	display: none;
}
.main-content-about .box-service .img{
	text-align: right;
}
.main-content-about .box-service{
	margin:  57px 0 47px;
}
.ifo-member{
	text-align: left;
	margin: -9px 0 82px;
}
.ifo-member .box-icon{
	display: inline-block;
    width: 100%;
    margin: 37px 0 10px;
	text-align: center;
}
.ifo-member .box-icon a{
	padding: 5px 10px 0px;
    border: 1px solid #d1d1d1;
    border-radius: 100%;
	margin: 0 2px;
}
.ifo-member .box-icon a:hover{
	background-color: #ff3e3e;
	border: 1px solid transparent;
}
.ifo-member .box-icon a.twitter{
	padding: 5px 7px 0px;
}
.ifo-member .box-icon a.linkedin{
	padding: 5px 8px 0px;
}
.ifo-member .box-icon a.google-plus{
	padding: 5px 4px 0px;
}
.ifo-member .box-icon i{
	font-size: 17px;
    color: #666;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.ifo-member .box-icon a:hover i{
	color: #fff;
}
.ifo-member p.office{
	color: #999;
}
.ifo-member .ifo-box>a{
	color: #999;
}
.ifo-member .ifo-box>a:hover{
	color: #ff3e3e;
}
.ifo-member .ifo-box .img{
	overflow: hidden;
}
.ifo-member .ifo-box .img img{
	width: 100%;
}
.ifo-member .ifo-box .img:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.detail-ifo{
	margin-bottom: 27px;
}
.detail-ifo ul li{
	display: inline-block;
}
.detail-ifo ul li>a{
	padding: 11px 28px;
	margin-right: 10px;
	background-color: #f9f9f9;
	border-radius: 0;
	border: 1px solid #ddd;
}
.detail-ifo ul li>a>h3{
	font-size: 14px;
    margin: 0;
}
.detail-ifo h4{
	text-transform: uppercase;
    color: #666;
}
.detail-ifo .tab-content{
	border: 1px solid #ddd;
	border-top: none;
	padding: 15px 28px 15px 28px;
}
.detail-ifo .tab-content p{
	color: #666;
}
.upsell-product{
	margin-bottom: 92px;
}
.upsell-product .price{
	text-align: center;
	border: none;
}
.upsell-product .product-extra-link{
	text-align: center;
	margin-top: 0;
}
.upsell-product .title{
	text-align: left;
    text-transform: uppercase;
	display: inline-block;
}
.upsell-product .title h3{
	font-size: 20px;
}
.upsell-product .wrap-product-content{
	margin: 0 -15px;
}
.upsell-product .owl-prev{
	display: none;
}
.upsell-product .owl-next{
	display: none;
}
.main-detail-page  .box-rating{
	padding: 10px 0;
}
.main-detail-page .navslider{
	float: right;
    padding: 0;
    margin-top: 17px;
}
.thumb-carousel .navslider{
    position: absolute;
    width: 100%;
    bottom: 8px;
    margin: 0;
    left: 0;
}
.main-detail-page .navslider>a{
	color: #fff;
    background-color: #ff3e3e;
    padding: 1px 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	display: inline-block;
	margin: 0 4px;
}
.main-detail-page .navslider>a i{
	font-size: 15px;
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.detail-product .ifo-product{
	text-align: left;
	padding: 0;
	border-top: none;
}
.detail-product{
	margin: 0 0 35px;
}
.detail-product .ifo-product .product-name h3{
	font-size: 25px;
    margin:0 0 20px;
	line-height: 21px;
}
.detail-product .ifo-product p{
	text-align: justify;
}
.detail-product .ifo-product .price .sale{
	font-size: 24px;
}
.detail-product .color>a{
	margin: 0 7px;
	position: relative;
	width: 17px;
	height: 17px;
	display: inline-block;
}
.detail-product .color>a i{
	position: absolute;
	left: 3px;
	top: 2px;
	color: #fff;
	opacity: 0;
	font-size: 12px;
}
.detail-product .color>a.active i{
	opacity: 1;
}
.detail-product .color>a.red{
	background-color: #ff3e3e;
}
.detail-product .color>a.green{
	background-color: #5eae00;
}
.detail-product .color>a.cyan{
	background-color: #63bdbd;
}
.detail-product .color>a.blue{
	background-color: #64a5f2;
}
.detail-product .box span{
	color:#666;
	font-weight: bold;
}
.detail-product .box-rating{
	border-bottom: 1px solid #eee;
	padding: 0 0 7px;
}
.detail-product .box{
	margin-top: 15px;
}
.detail-product .size a{
	padding: 0 8px;
    border: 1px solid #ccc;
    color: #333;
	margin-right: 10px;
}
.detail-product .size a:hover{
	background-color: #ff3e3e;
	color: #fff;
	border: 1px solid #ff3e3e;
}
.detail-product .size span{
	margin-right: 17px;
}
.detail-product .qty{
	margin-top: 20px;
}
.detail-product .qty a{
	padding: 6px 100px 6px 15px;
    border: 1px solid #ccc;
    color: #666;
	position: relative;
	display: inline-block;
	margin-right: 5px;
}
.detail-product .qty a.box-qty i{
	position: absolute;
	right: 11px;
}
.detail-product .qty a.box-qty i.fa-caret-up{
	top: 2px;
}
.detail-product .qty a.box-qty i.fa-caret-down{
	top: 14px;
}
.detail-product .qty a.buy i{
	margin-right: 12px;
	font-size: 18px;
}
.detail-product .qty a.buy{
	padding: 7px 25px;
    color: #fff;
    border: none;
}
.detail-product .extra-link {
	padding: 18px 0;
	margin-top: 40px;
	border-top: 1px solid #eee;
}
.detail-product .extra-link a{
	color: #666;
	margin-right: 30px;
}
.detail-product .extra-link a:hover{
	color: #ff3e3e;
}
.detail-product .extra-link a i{
	margin-right: 8px;
}
.thumb-carousel{
	position: absolute;
    width: 110px;
	height:100%;
    top: 0;
    right: 0;
}
.thumb-carousel ul li{
	width:70px;
	margin: auto;
	margin-bottom: 12px;
}
.detail-light-box .thumb-carousel ul li{
	margin-left:29px;
	width: 57px;
}
.detail-light-box .extra-link{
	margin-top: 18px;
    padding: 7px 0;
}
.detail-light-box .detail-product{
	margin: 0;
}
.detail-product .custom-container{
	position: relative;
	padding-right: 110px;
	border: 1px solid #ccc;
}
.detail-product .custom-container .navslider a i{
	font-size: 15px;
}
.detail-product .mid{
	border-right: 1px solid #ccc;
	padding: 10px 0;
}
.detail-product .carousel{
	margin: 10px 0;
}
.detail-product .carousel li.active{
	border: 1px solid #ff3e3e;
}
.social{
	margin-top: 30px;
}
/******** contact **********/
.main-contact{
	margin: -5px 0 92px;
}
.main-contact .google-map{
	width: 100%;
	border: 1px solid #ccc;
	padding: 20px;
	height: 387px;
    line-height: 387px;
	margin: -8px 0 27px;
}
.main-contact .google-map iframe{
	width: 100%;
	height: 100%;
}
.contact-box .title{
	text-align: left;
	text-transform: uppercase;
}
.contact-box  p{
	color: #666;
	padding: 13px 0 5px;
    margin: 0;
}
.contact-box  p span{
	color: #ff3e3e;
}
.contact-box .title h3{
	font-size: 18px;
}
.contact-box .title:before{
	border: none;
}
.contact-box .input-box{
	padding-right: 15px;
}
.contact-box .input-box .box-form{
	width: 100%;
	border: 1px solid #ccc;
    padding:8px 10px;
	margin-bottom: 5px;
}
.contact-box input[type="submit"]{
	padding: 8px 30px;
    border: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #666;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	margin: 25px 5px 0 0;
}
.contact-box input[type="submit"]:hover{
	background-color:#ff3e3e;
}
.contact-box ul li{
	position: relative;
	margin-bottom: 18px;
}
.contact-box ul li i{
	position: absolute;
    top: 10%;
	color: #555;
}
.contact-box ul p{
	margin: 0 26px;
    display: inline-block;
    padding: 0;
}
.contact-box ul {
	padding: 0;
    display: inline-block;
    width: 47%;
	margin-top: 25px;
}
.contact-box ul.list-2{
	float: right;
}
.contact-box ul li.mail p{
	margin-right: 0;
}
.contact-box ul li.mail a{
	font-size: 13px;
    color: #ff3e3e;
    margin-left: 2px;
}
/******************* Home 3 *****************/
.home3 .box-img{
	overflow: hidden;
}
.home3 ul{
	padding: 0;
	margin: 0;
}
.home3 h3:hover a{
	color: #6597b1;
}
.home3{
	color: #666;
}
.top-header input[type="submit"]{
	position: absolute;
    padding: 1px 11px;
    top: 0;
    background-color: #fff;
	right: 0;
}
.top-header input{
	border: none;
}
.home3 .wrap-top-header{
	background-color: #fff;
}
.home3 .top-header form{
	display: inline-block;
	float: none;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 0 15px;
	position: relative;
}
.home3 .top-header{
	padding: 8px 0;
	border-top: 5px solid #6597b1;
	border-bottom: 1px solid #eee;
}
.home3 .top-header ul li{
	display: inline-block;
}
.home3 .top-header ul li:hover >a{
	color: #6597b1;
}
.home3 .logo>a:before{
	background-color: #6597b1;
}
.nav-box.nav-box-home3> ul li a.text:hover{
	color: #6597b1;
}
.main-header3{
	margin-top: 25px;
}
.main-header3 .mini-cart-box >a{
	display: inline-block;
    color: #666;
    width: 100%;
    padding: 10px;
    border: 1px solid #eee;
	color: #333;
}
.main-header3 .mini-cart-box >a:hover{
	border-bottom: 1px solid #fff;
}
.main-header3 .mini-cart-box >a i.fa-angle-down{
	margin-left: 23px;
}
.main-header3 .mini-cart-box >a span.number{
	color: #ff3e3e;
}
.main-header3 .mini-cart-box .mini-cart-content{
	border: 1px solid #eee;
}
.banner-slider-3{
	margin-top: 20px;
	position: relative;
}
.box-list-table-3 .box-fashion .box-img a{
	display: inline-block;
	position: relative;
}
.box-list-table-3 .box-fashion .box-img a:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.box-list-table-3 .box-fashion .box-img:hover a:before{
	right: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.2);
}
.box-list-table-3 .box-fashion .box-img:hover a:after{
	top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.2);
}
.box-list-table-3 .box-fashion .box-img a:after{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.banner-slider-3 .wrap-slide{
	border-top: 5px solid #e9e9e9;
}
.banner-slider-3 .text-box{
	text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    margin-top: -31px;
}
.banner-slider-3 h2{
	text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 15px 10px;
    background-color: rgba(0,0,0,0.5);
	margin: 0;
}
.banner-slider-3 .owl-prev{
	text-transform: uppercase;
    font-size: 14px;
    background-color: transparent;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 25px;
    padding: 0;
    top: 50%;
	left: 20px;
	margin-top:-13px;
}
.banner-slider-3 .owl-prev:hover{
	color: #6597b1;
	border-top: 1px solid #6597b1;
    border-bottom: 1px solid #6597b1;
}
.banner-slider-3 .owl-next:hover{
	color: #6597b1;
	border-top: 1px solid #6597b1;
    border-bottom: 1px solid #6597b1;
}
.banner-slider-3 .owl-next{
	text-transform: uppercase;
    font-size: 15px;
    background-color: transparent;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 25px;
    padding: 0;
    top: 50%;
	right: 20px;
	margin-top:-13px;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.box-list-table-3 .title{
	background-color: #6597b1;
    padding: 0 20px;
}
.box-list-table-3 .title h3{
	padding: 18px 0 13px;
}
.box-list-table-3 .list-table{
	position: relative;
	background-color: #fff;
	text-align: center;
}
.box-list-table-3 .list-table:before{
	position: absolute;
    content: "";
    width: 85%;
    top: 0;
    left: 7.5%;
    z-index: 99;
    border-top: 5px solid #e9e9e9;
}
.box-list-table-3 .list-table:after{
	position: absolute;
    content: "";
    width: 85%;
    bottom: 0;
    left: 7.5%;
    z-index: 99;
    border-top: 5px solid #e9e9e9;
}
.box-list-table-3 ul{
	border: none;
	padding: 10px 20px;
}
.box-list-table-3 .category ul {
	padding: 15px 20px 20px;
}
.box-list-table-3 .category ul li{
	border-bottom: 1px solid #e9e9e9;
}
.box-list-table-3 .category ul li:hover{
	border-bottom: 1px solid #6597b1;
}
.box-list-table-3 .category ul li:hover a{
	color: #6597b1;
}
.main-content-3{
	background-color: #f4f4f4;
	margin-top: 50px;
	padding-bottom: 100px;
}
.sale-product .box-img{
	position: relative;
}
.sale-product .item{
	padding: 30px 0;
	border: none;
}
.sale-product .ifo-product{
	padding: 10px 0px 15px;
	border:none;
}
.sale-product a.sale {
	padding: 5px 15px;
    font-size: 16px;
    margin-left: -47px;
    position: absolute;
    bottom: 3%;
    left: 50%;
	background-color: #ff3e3e;
	color: #fff;
	text-transform: uppercase;
}
.home3 .owl-page{
	display: inline-block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.home3 .owl-page span{
    background-color: #fff;
	padding: 0px 3px 0px 3px;
    font-size: 4px;
    margin: 0 8px;
	border: 1px solid #ccc;
}
.home3 .owl-page.active span{
	background-color: #6597b1;
	border: 1px solid transparent;
}
.home3 .owl-pagination{
	position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    text-align: center;
}
.list-best-seller{
	margin-bottom:30px;
}
.list-best-seller ul{
	padding: 16px 20px 30px;
}
.fashion:before{
	border-top: 5px solid #6597b1;
}
.fashion:after{
	border-top: 5px solid #6597b1;
}
.fashion{
	padding: 15px 0 30px;
}
.fashion .ifo-box{
	margin-top: 15px;
	padding: 0 20px;
}
.fashion h3{
	font-size: 30px;
    font-weight: 100;
}
.fashion .ifo-box >h4{
	font-size: 18px;
    text-transform: uppercase;
    color: #6597b1;
    font-weight: bold;
	margin:0 0 7px;
}
.fashion .ifo-box>a{
	display: inline-block;
    width: 100%;
	position: relative;
}
.fashion .ifo-box>a:hover h4{
	color: #6597b1;
}
.fashion .ifo-box>a:before{
	position: absolute;
	content:"";
	width: 100%;
	border-top: 1px solid #eee;
	left: 0;
	top: 50%;
}
.fashion .ifo-box>a h4{
	color: #666;
	display: inline-block;
    padding: 0 15px;
	font-size: 14px;
    background-color: #fff;
	text-transform: uppercase;
	position: relative;
    z-index: 9;
}
.storelike-video .ifo-box{
	padding: 30px 20px 15px;
}
.storelike-video .box-video{
	background-position: bottom 31px center;
}
.storelike-video .box-video >a{
	position: relative;
	display: inline-block;
}
.storelike-video .box-video >a:hover i{
	opacity: 1;
}
.storelike-video .box-video>a i{
    border-radius: 100%;
    border: 1px solid #ccc;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 19px;
    margin: -35px 0 0 -30px;
    padding: 18px 19px 18px 21px;
	background-color: rgba(255, 255, 255, 0.2);
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.storelike-video .box-video>a i:hover{
	background-color: #6597b1;
	border: 1px solid #6597b1;
}
.storelike-video .box-text h3{
	margin: 20px 0 10px;
}
.box-list-table-3 .tag .ifo-box{
	padding: 30px 20px;
}
.box-list-table-3 .tag .ifo-box a{
	padding: 8px 15px;
	background-color: #e9e9e9;
	display: inline-block;
	color: #666;
	margin: 0.5px;
	float: left;
}
.box-list-table-3 .tag .ifo-box a:hover{
	background-color: #6597b1;
	color: #fff;
}
.box-list-table-3 .collection{
	position: relative;
}
.box-list-table-3 .collection img{
	display: inline-block;
	width: 100%;
}
.box-list-table-3 .collection .ifo-box{
	position: absolute;
	top: 50%;
	left: 0;
    text-align: center;
    right: 0;
    margin-top: -95px;
    color: #fff;
}
.box-list-table-3 .collection .ifo-box h3{
	font-size: 60px;
    font-weight: 100;
    color: #fff;
}
.box-list-table-3 .collection .ifo-box h4.year{
	font-size: 60px;
    font-weight: bold;
    margin: -13px;
}
.box-list-table-3 .collection .ifo-box a{
	color: #fff;
    font-size: 20px;
	position: relative;
	margin-top: 15px;
    display: inline-block;
}
.box-list-table-3 .collection .ifo-box a:hover{
	color: #6597b1;
}
.box-list-table-3 .collection .ifo-box a:hover:after{
	border-bottom: 2px solid #6597b1;
}
.box-list-table-3 .collection .ifo-box a:after{
	position: absolute;
	content:"";
	width: 70%;
	border-bottom: 2px solid #fff;
	bottom: 0;
    left: 50%;
    margin-left: -63px;
	transition: 0.3s ease-out 0s;
	-webkit-transition: 0.3s ease-out 0s;
}
.box-gallery-3 .box-img:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.box-gallery-3{
	text-align: center;
}
.box-gallery-3 .ifo-box>a{
	font-size: 15px;
    text-transform: uppercase;
    color: #666;
	border-bottom: 5px solid transparent;
}
.box-gallery-3 .ifo-box>a:hover{
	color: #6597b1;
	border-bottom: 5px solid #6597b1;
}
.box-gallery-3 .box-top{
	margin-bottom: 23px;
}
.box-gallery-3 .ifo-box{
	margin-top: 12px;
}
.box-gallery-3 .ifo-box>h3{
	margin: 0 0 6px;
}
.box-gallery-3 .ifo-box>h3 a{
	font-size: 18px;
}
.box-gallery-3 .ifo-box p{
	font-size: 13px;
	margin-bottom: 5px;
}
.box-coats{
	padding: 0 25px;
}
.box-gallery-3 .box-bottom .ifo-box{
	padding: 0 40px;
}
.box-gallery-3 .box-bottom .box-text{
	position: absolute;
    top: 50%;
    margin-top: -44px;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
	z-index: 999;
}
.box-gallery-3 .box-bottom .box-img{
	position: relative;
}
.box-gallery-3 .box-bottom .box-img:before{
	position:absolute;
	content:"";
	width: 100%;
	height: 100%;
	background-color: #ff3e3e;
	opacity: 0.9;
	top: 0;
	left: 0;
	z-index: 99;
}
.box-gallery-3 .box-bottom .box-img:before:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.box-gallery-3 .box-bottom .box-text h4{
	font-weight: 600;
    margin: 0;
}
.box-gallery-3 .box-bottom .box-text h3{
	color: #fff;
    text-align: center;
    font-size: 61px;
    margin: -5px 0 0;
}
.brand-showcase.box-show{
	margin-top: 86px;
}
.box-show .box-top{
	border-bottom: 5px solid #6597b1;
}
.box-show .title{
	display: inline-block;
	text-align: left;
}
.box-show .title h3{
	margin-bottom: 0;
	font-size: 18px;
}
.brand-showcase .brand-logo{
	float: right;
	text-align: right;
	background-color: #fff;
	height: 46px;
}
.brand-showcase .brand-logo ul li{
	float: left;
}
.brand-showcase .brand-logo a{
	display: inline-block;
	background: url(../images/home3/brand.png);
    width: 104px;
    height: 48px;
}
.brand-showcase .brand-logo a.puma{
	background-position: 0 46px;
}
.brand-showcase .brand-logo a.boss{
	background-position: 0 92px;
}
.brand-showcase .brand-logo a.gucci{
	background-position: 0 138px;
}
.brand-showcase .brand-logo a.ck{
	background-position: 0 184px;
}
.brand-showcase .brand-logo a.jockey{
	background-position: 0 230px;
}
.brand-showcase .brand-logo a.lacote{
	background-position: 0 0;
}
.brand-showcase .brand-logo a:hover{
	background-color: #6597b1;
	color: #fff;
}
.brand-showcase .brand-logo a.puma:hover{
	background-position: 106px 46px;
}
.brand-showcase .brand-logo a.boss:hover{
	background-position: 106px 92px;
}
.brand-showcase .brand-logo a.gucci:hover{
	background-position: 106px 138px;
}
.brand-showcase .brand-logo a.ck:hover{
	background-position: 106px 184px;
}
.brand-showcase .brand-logo a.jockey:hover{
	background-position: 106px 230px;
}
.brand-showcase .brand-logo a.lacote:hover{
	background-position: 106px 0;
}
.brand-showcase .tab-pane .item{
	width: 50%;
	margin: 0;
	float: left;
	border: 1px solid #f4f4f4;
	position: relative;
	background-color: #fff;
}
.brand-showcase .tab-pane .item:hover:before{
	opacity: 1;
}
.brand-showcase .tab-pane .item:hover:after{
	opacity: 1;
}
.brand-showcase .tab-pane .item:before{
	position: absolute;
	content:"";
	border-top: 5px solid #e9e9e9;
	width: 80%;
    left: 10%;
	opacity: 0;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.brand-showcase .tab-pane .item:after{
	position: absolute;
	content:"";
	border-top: 5px solid #e9e9e9;
	width: 80%;
    left: 10%;
	bottom: -1px;
	opacity: 0;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.brand-showcase .tab-content .wrap-product-content{
	margin: 0;
}
.brand-showcase .tab-pane .item img{
	display: inline-block;
	width: 100%;
}
.brand-showcase .tab-pane .item:hover .ifo-product{
	opacity: 1;
	background-color: rgba(255,255,255,0.9);
}
.brand-showcase .ifo-product{
	position: absolute;
    width: 100%;
    bottom: 3px;
    left: 0;
	padding: 0;
    border-top: none;
	opacity: 0;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.brand-showcase .ifo-product h3{
	margin: 10px 0 0;
}
.home3 a:hover h3{
	color: #6597b1;
}
.main-content-3 a.button{
	background-color: #6597b1;
}
.brand-showcase .owl-pagination{
	top: 100%;
	margin-top: 15px;
}
.see-all{
	text-align: right;
	text-transform: uppercase;
}
.see-all a{
	background-color: #6597b1;
    padding: 5px 10px;
}
.box-show .ifo-product{
    background-color: #fff;
}
.box-show .ifo-product p{
	margin: 0;
}
.box-show{
	margin-top: 50px;
}
.main-box-show .item{
	border: 1px solid transparent;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	background-color: #fff;
	margin: 0 15px;
	position: relative;
}
.box-show .item >a{
	display: block;
    padding: 20px 23px 10px;
}
.main-box-show .item:hover{
	border: 1px solid #6597b1;
}
.main-box-show{
	margin: 20px -15px 0 -15px;
}
.box-show .owl-pagination{
	bottom: -35px;
}
.welcome .box-top{
	padding: 17px 20px 15px;
    margin: 0 6px;
	border-bottom: 1px solid #e9e9e9;
}
.welcome .title{
	text-align: left;
}
.welcome .title h3{
	margin: 7px 0 0;
	font-size: 14px;
}
.welcome .ship{
	text-align: right;
}
.welcome .ship p{
	margin: 0;
}
.welcome .box-contact{
	padding: 0 15px;
}
.protection{
	float: left;
    width: 40%;
	padding: 20px 0 0;
}
.protection p{
	margin: 0;
}
.icon-protection{
	float: left;
    margin: 20px 0 0 21px;
}
.icon-protection p{
	padding: 11px 12px;
    transform: rotate(45deg);
    background-color: #6597b1;
}
.icon-protection i{
	color: #fff;
    transform: rotate(-45deg);
    font-size: 25px;
}
.protection .box-text{
	float: left;
    margin-left: 40px;
}
.protection .box-text h4{
	text-transform: capitalize;
    color: #6597b1;
    font-size: 15px;
    font-weight: bold;
	margin-bottom: 5px;
}
.welcome .enter-email{
	float: right;
    width: 60%;
	padding: 25px 35px 35px 50px;
    margin-bottom: 6px;
	border-left: 1px solid #e9e9e9;
}
.welcome .enter-email input[type="text"]{
	border: 1px solid #ccc;
    padding: 5px 15px;
    width: 70%;
}
.welcome .enter-email input[type="submit"]{
	background-color: #6597b1;
}
.welcome .enter-email a.submit{
	padding: 5px 18px;
	background-color: #6597b1;
}
.welcome {
	margin-top: 95px;
	background:transparent url(../images/home3/border.png) no-repeat center center;
	background-size: 100% 100%;
}
.lastest .box-img img:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.lastest .item{
	text-align:center;
}
.lastest .item:hover{
	border: 1px solid transparent;
}
.lastest .item a.button{
	padding: 5px 16px;
    margin-top: 10px;
}
.lastest .ifo-box h3{
	font-size: 13px;
	margin-top: 30px;
}
.lastest .ifo-box p{
	color: #999;
	font-size: 12px;
}
.lastest .box-introduce{
	padding: 15px 20px 30px;
}
.main-footer-3{
	border-top: 5px solid #e9e9e9;
}
.main-footer-3 .title{
	text-align: left;
}
.main-footer-3 .list-box{
	padding-top: 28px;
}
.main-footer-3 .list-box h3{
	font-size: 18px;
}
.main-footer-3 .list-box> ul li a{
	color: #666;
	text-transform: capitalize;
	position: relative;
}
.main-footer-3 .list-box >ul li{
	padding: 5px 0;
}
.main-footer-3 .list-box> ul li a:before{
	position: absolute;
	content:"";
	padding: 3px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	border: 1px solid #ccc;
	top: 8px;
    left: -19px;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.main-footer-3 .list-box >ul li a:hover:before{
	background-color: #6597b1;
	border: 1px solid #6597b1;
}
.main-footer-3 ul li a:hover{
	color: #6597b1;
}
.main-footer-3 .list-box> ul{
	padding: 0 20px;
}
.main-footer-3 .list-box .bank{
	padding: 25px 44px 0 0;
}
.end-mainfooter{
	margin-top: 35px;
}
.end-mainfooter ul li{
	float: left;
    width: 25%;
    border: 1px solid #f0f0f0;
    border-bottom: 0;
}
.end-mainfooter ul li a{
	padding: 18px 25px 18px 80px;
	display: inline-block;
	width: 100%;
	color: #666;
	position: relative;
}
.end-mainfooter ul li a:hover{
	background-color: #6597b1;
	color: #fff;
}
.end-mainfooter ul li a:hover i{
	color: #fff;
}
.end-mainfooter ul li:last-child{
	border-right: 1px solid #f0f0f0;
}
.end-mainfooter ul li i{
	font-size: 30px;
    color: #6598b1;
	left: 30px;
    position: absolute;
    top: 15px;
}
.footer-3 .end-footer{
	margin-top: 0;
	background-color: #333;
	color: #666;
	position: relative;
	padding: 25px 0 20px;
}
.footer-3 .nav-menu ul li a{
	color: #ccc;
}
.footer-3 .nav-menu ul li a:hover{
	color: #6597b1
}
.footer-3 #back-to-top{
	background-color: #6597b1;
}
.footer-3 #back-to-top:hover{
	background-color: #fff;
	border: 1px solid #ccc;
}
.footer-3 #back-to-top:hover i{
	color: #6597b1;
}
.main-header3 .nav-box ul li.has-children ul li:hover{
	background-color: #6597b1;
}
.main-header3 .nav-box ul li.has-mega-menu ul li:hover{
	background-color: #fff;
}
.main-header3 .mega-menu .box-categories ul li:hover a{
	color: #6597b1;
}
.main-header3 .mega-menu .box-categories ul li:hover i{
	color: #6597b1;
}
img{
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}