@font-face {
	font-family: 'budmojiggler';
	src: url('../fonts/budmojiggler.eot');
	src: url('../fonts/budmojiggler.eot') format('embedded-opentype'),
	url('../fonts/budmojiggler.woff2') format('woff2'),
	url('../fonts/budmojiggler.woff') format('woff'),
	url('../fonts/budmojiggler.ttf') format('truetype'),
	url('../fonts/budmojiggler.svg#budmojiggler') format('svg');
}

*{
	margin:0;
	padding:0;
	list-style: none;
	outline: none;
}

body{
	font-family: 'Manrope',Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	color: #787878; background: #fff;
	line-height: 1.6;
	overflow-x:hidden;
}

body a{
	color: #000;
	outline: none!important;
}

body a:focus,
body a:active,
body a:visited{
	color: #000;
}

body a:hover,
body a:focus,
body a:active,
body a:visited{
	text-decoration: none;
}

img{
	width: auto;
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Manrope',Helvetica,Arial,sans-serif; margin-top: 0;
}
.body-wrapper{
	overflow:hidden;
}
body.SW-BeautyZone{ overflow-x:hidden;}
.clearfix{
	clear: both;
	height: 0;
}

.header{
	background: transparent;
	position: absolute;
	top:0;
	z-index: 999;
	width: 100%;
	padding: 50px 0 10px;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

.header.header-on-top{
	background-color: #fff;
	padding: 10px 0;
	position:fixed;
	top:0;
	box-shadow: -1px 4px 3px 0 rgba(0, 0, 0, 0.2);
}
.header.header-on-top .navigation{
	padding:13px 0; margin:0;
}
.header.header-on-top .logo-wrapper h1 a{
	display:inline-block; padding:3px 0;
}
/*==MAIN==*/

.hightlight-content{
	background: url(../images/bg-banner.png) no-repeat center center;
	text-align: center;
	color: #fff;
	position: relative;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	z-index: 1;
}

.hightlight-content .demos-web{
	position:absolute;
	z-index:2; text-align: center;
	top:180px; left: 0; right: 0; width:100%;
}
.demos-web .wrap-content{
	max-width:1000px; margin:0px auto 0;
}
.hightlight-content .demos-web .title-header{
	position: relative;
	text-align:left;
}
.hightlight-content .demos-web .title-header h2{	  
	font-size: 50px; line-height: 70px; 
	font-weight: 700; color:#010101; margin-bottom: 25px;
	font-family:Playfair Display;
	margin-top:-20px;
}
.hightlight-content .demos-web .title-header h2 span{
	color:#7cb342;
}
.hightlight-content .demos-web .title-header h4{
	font-size: 30px; margin-bottom: 30px;
	line-height: 48px; font-weight: 200;
	color: #010101;
	display:inline-block;
	font-family:Oswald;
	padding-left:16px;
	letter-spacing:1px;
	position:relative;
	padding-top:100px;
	padding-left:18px;
}
.hightlight-content .demos-web .title-header h4:before{
	content:'';
	width:1px; height:83px; background-color:#010101;
	position:absolute;
	left:0; top:109px;
}
.hightlight-content .demos-web .title-header h4:after{
	background: url(../images/icon-woo-2.png) no-repeat top left;	
	content:''; width:114px; height:80px;
	position:absolute;
	top:0; left:0;
}
.hightlight-content .demos-web a{
	display: inline-block;
	text-align: center;
	background: #fff; color: #407fff;
	font-size:14px;
	text-transform: capitalize;
	height: 50px;
	line-height: 50px;
	padding:0 30px;
	font-weight:700;
	float:left;
}
.hightlight-content .demos-web a:hover{
	background: #96b246; transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s; color:#fff;
}
.device-info{
	position: relative;
	z-index:2;
	width:1034px;
	margin:0 auto;
	margin-top:-200px;
}
.device-info img{
	margin-left:20px;
}
.logo-wrapper{
	position: relative;
}
.logo-wrapper h1{
	margin:0;
	text-align:center;
}
.logo-wrapper strong{
	display: none;
}
.nav-container{
	text-align:center;
}
.nav-container .navigation{
	padding-top: 8px;
	display:inline-block;
}
.nav-container .navigation li.active a{
	color: #96b246;
}
.nav-container .navigation li{
	display: inline-block;
	margin-right: 60px;
}
.nav-container .navigation li:last-child{
	margin-right: 0;
}

.nav-container .navigation li a{
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	color: #222;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}


.nav-container .navigation li a:hover{
	color: #96b246;
}

.navigation-logo #buy-now{
	height:50px;
	padding:0 20px 0 52px;
	background-color:#7cb342;
	font-size:14px;
	font-weight:700;
	color:#fff;
	line-height:50px;
	text-transform:uppercase;
	display:inline-block;
	float:right;
	border-radius:5px;
	margin-right:30px;
	background: url(../images/icon-buy2.png) no-repeat left 20px center #7cb342;
	transition: all 0.2s ease-in-out 0s; -webkit-transition: all 0.2s ease-in-out 0s;
}
.navigation-logo #buy-now:hover{
	background-color:#000; color:#fff; transition: all 0.2s ease-in-out 0s; -webkit-transition: all 0.2s ease-in-out 0s;
}
.description-header{
	text-align: center;
	font-weight: 400;
	padding-top: 130px;
}

.description-header .normal-title{
	font-size: 133.33%;
	color: #ff5c00;
}

.description-header .big-title{
	font-size: 320%;
	margin-bottom: 30px;
	color: #fff;
}

.btn-buy:hover{
	color: #fff;
	background-color: #222;
}

.bottom-description{
	text-align: center;
	background-color: #ff5c00;
	color: #fff;
	padding: 35px 0;
}
.copyright a{
	color: #f4a137;
}

.title-page{
	text-align: center;
}

.title-page h2{
	font-weight: 600;
	color: #222;
	font-size: 226.67%;
}

.content-demo .title-page h2{
	position:relative;
	display:inline-block;
	color: #222;
}
.title-page h3{
	font-size: 14px;
	margin-top: 10px;
	color: #999;
	line-height: 26px; font-weight: normal;
}

.theme-demo{
	padding: 0 0 85px 0; margin-top: 0px;
	text-align: center; z-index: 9; position: relative;
	padding-top:60px;
}
.theme-demo > .container{
	width:1800px;	
}
.theme-demo .button-demo{
	margin: 35px 0 0;
}
.theme-demo .button-demo a{ 
	display: inline-block;
	color: #222;
	font-size: 16px;
	height: 60px;
	line-height: 55px;
	border: 4px solid #f68444;
	padding: 0 55px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	
}
.theme-demo .title-demo1{
	padding:0 130px;
	text-align:center;
	margin-bottom:50px;
	margin-top:50px;
}
.theme-demo .title-demo1 h3{
	font-size:40px;
	color:#000;
	font-weight:700;
	font-family:Nunito Sans;
	line-height:50px;
}
.theme-demo .title-demo1 p{
	font-size:18px;
	color:#666; font-weight:400;
	text-transform:normal;
	position:relative;
	font-family:Nunito Sans;
}
.theme-demo .button-demo a:hover{ 
	background-color: #dd2727;
	border: 4px solid #dd2727;
	color: #fff;
	transition: all 0.3s;
}
.theme-demo .title-page{
	margin-bottom: 35px;
}
.theme-demo .title-page span {
	color: #dd2727; font-size: 120px;
}
.grid-demo .row{
	margin-left:-30px; margin-right:-30px;
}
.demo-item{
	margin-bottom:30px; display: inline-block; vertical-align: top; float: none; margin-right: -3px; padding:0 30px;
}
.demo-item .wrap-box{
	padding:20px;
	border:1px solid #eee; border-radius:40px;
}
.demo-item .wrap-box .demo-image{
	box-shadow:none;
	border-radius:20px;
	border:1px solid #eee;
	position:relative;
}
.demo-item .wrap-box .demo-image a:after{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	left:0; right:0; bottom:0; top:0;
	background:rgba(149,176,49,0.1);
	opacity:0;
}
.demo-item .wrap-box .demo-image img{
	border-radius:10px;
}
.demo-item h3 a{
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.demo-item:hover h3 a{
	color: #7cb342;
	letter-spacing: 1px;
} 
.demo-item .demo-image a {
	cursor: pointer;
}

.demo-item.new-item .demo-image{
	position: relative;
	height: 670px;
	overflow: hidden;
}

.demo-item.coming-item .demo-image{
	position: relative;
	height: 670px;
	overflow: hidden;
}
.demo-item.new-item .demo-image:before{
	content: "";
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url(../images/icon-new.png) no-repeat top left;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 10;
	background-size: 100%;
}
.demo-item.coming-item .demo-image:before{
	content: "";
	display: inline-block;
	width: 266px;
	height: 230px;
	background: url(../images/demo/coming.png) no-repeat top left;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top:-115px;
	margin-left:-133px;
	z-index: 10;
	background-size: 100%;
}

.demo-item.hot-item .demo-image{
	position: relative;
}

.demo-item.hot-item .demo-image:before{
	content: "";
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url(../images/icon-hot.png) no-repeat top left;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 10;
	background-size: 100%;
}

.demo-info{
	text-align: center;
}

.demo-info h3{
	font-weight: 700; text-transform: uppercase;
	font-size: 18px;
	margin: 30px 0 20px;
	font-family:Nunito Sans;
	color: #000; text-align: center;
}
.demo-info h3 a{
	color: #000;
}
.demo-info .button-view{
	display: inline-block;
	margin: auto;
	height:45px;
	line-height:45px;
	font-size:16px;
	text-transform: uppercase;
	background-color: #95b04f;
	color: #fff;
	padding: 0 30px;
	line-height: 45px;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-22.5px;
	margin-left:-77px;
	font-family:Nunito Sans;
	opacity:0;
}
.demo-info .button-view:hover{
	background-color:#222;
}
.demo-item .wrap-box:hover{
	box-shadow:0 0 40px rgba(0,0,0,0.1);
	border-color:#fff;
}
.demo-item .wrap-box .demo-info{
	position:relative;
}
.demo-item .wrap-box:hover .demo-info .button-view{
	opacity:1;
}
.demo-item .wrap-box:hover .demo-info .title-demo a{
	opacity:0;
}
.demo-item .wrap-box:hover .demo-image a:after{
	opacity:1;
}
.demo-info .view-demo:hover{
	color: #fff;
	background-color: #ff5c00;
}
.demo-version li{
	display: inline-block;
	margin:0 5px;
}
.demo-version li a{
	background-color: #efefef;
	padding: 0 15px;
	display: block;
	line-height: 30px;
	border-radius: 15px;
	-webkit-border-radius: 15px;

	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
.demo-version li a:hover{
	color: #fff;
	background-color: #ff5c00;
}


/* Demo Mobile*/
.theme-demo-mobile{
	background: rgba(0, 0, 0, 0) url("../images/banner-mobile.jpg") no-repeat scroll center top;
	position:relative;
	padding:70px 0 170px;;
}

.theme-demo-mobile  .buton-now::before{
	width: 4px;
	left: 50%;
	margin-left: -2px;
	bottom: 70px;
	content:"";
	background-color: #fff;
	height: 50px;
	position: absolute;
}
.theme-demo-mobile  .buton-now a{
	width: 150px;
	height: 45px;
	line-height: 44px;
	background-color: #f60;
	display: inline-block;
	text-align: center;
	color: #fff;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin-left: -75px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.theme-demo-mobile  .buton-now a:hover{
	background-color: #dd2727;
}
.theme-demo-mobile .title-page{
	text-align:left;
	margin-bottom:30px;
	padding: 50px 0 0;
}

.theme-demo-mobile .title-page h2{
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 600;
	line-height: normal;
	text-align: left;
	display: inline-block;
	color: #fff;
	position: relative;
}
.theme-demo-mobile .title-page h2 span{
	color: #f6981d;
}
.theme-demo-mobile .title-page h2:before{
	content: "";
	display: inline-block;
	width: 65px;
	height: 65px;
	background: url(../images/trending.png) no-repeat top right;
	position: absolute;
	right: 0;
	top:-35px;
	z-index: 10;
	background-size: 100%;
	right: -50px;
}

.theme-demo-mobile .title-page p{
	font-size:16px;
	color:#fff;
	margin-bottom:40px;
}
.mobile-layout .demo-item{
	position: relative;
	width: 25%;
	float: left;
	text-align: center;
}
.theme-demo-mobile .comming-soon{
	display:inline-block;
	width:196px;
	height:188px;
	position:absolute;
	right:0;
	top:0;
	z-index:3;
	opacity:0;
	background: url(../images/bg-comming-soon.jpg) no-repeat top right;
}
.theme-demo-mobile .discover-more{
	display:inline-block;
	width:60px;
	height:60px;
	position:absolute;
	top:51%;
	left:50%;
	margin-left:-30px;
	border-radius:50%;
	background-color:#ff5c00;
	text-align:center;
}

.theme-demo-mobile .enjoy-it a{
	position:absolute;
	bottom:80px;
	left:50%;
	margin-left:-75px;
	display:inline-block;
	width:150px;
	height:40px;
	font-family:'Roboto';
	font-weight:700;
	color:#fff;
	background-color:#ff5c01;
	text-transform:uppercase;
	font-size:14px;
	text-align:center;
	line-height:40px;
	border-radius:20px;
}
.theme-demo-mobile .discover-more1 a::before{
	width: 75px;
	height: 4px;
	content:"";
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: -115px;
	margin-left:-37px;
}
.theme-demo-mobile .discover-more1 a::after{
	width: 4px;
	height: 75px;
	content: "";
	background-color: #fff;
	position: absolute;
	top: -150px;
	left: 50%;
	margin-left: -2px;
	
	
}

.theme-demo-mobile .discover-more1 a{
	text-align: left;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 30px;
}
.theme-demo-mobile .discover-more1 a:hover{
	color: #dd2727;
}
.experience-shoping{
	background: url(../images/banner-woo.jpg) no-repeat center; background-size:cover;
	padding-top:20px; padding-bottom:25px;
}
.experience-shoping .container{
	width:1320px;
}
.experience-shoping .wrap-content{
	padding:200px 0 115px;
}
.experience-shoping  h3{
	font-size:40px; color:#000;
	font-weight:700; margin:0 0 40px; position:relative;
	font-family:'Nunito Sans';
}
.experience-shoping  h3:before{
	content:'';
	width:60px; height:36px;
	background: url(../images/icon-woo.png) no-repeat;
	position:absolute;
	left:0; top:-50px;
}
.elementor-admin{
	margin:150px 0 150px;
}
.content-left .wrap-content{
	padding:105px 0 0;
}
.content-left h3{
	font-size: 40px;
    color: #000;
    font-weight: 700;
    line-height: 54px;
    font-family: 'Nunito Sans'; margin:0 0 20px;
}
.content-left p{
	font-size:18px; color:#666; font-weight:400; line-height:30px; margin:0 0 40px;  font-family: 'Nunito Sans';
}
.content-left h4{
	font-size:21px; color:#222; font-weight:700; margin:20px 0 0;
	font-family: 'Nunito Sans';
}
.image-right img{
}
.feature-woocommerce ul{
	overflow:hidden;
}
.feature-woocommerce ul li{
	float:left;
	width:50%; position:relative;
	font-size:18px; line-height:22px;
	color:#000; font-weight:700;
	padding:8px 64px 8px 70px;
	margin:0 0 30px;
	font-family:Nunito Sans;
}
.feature-woocommerce ul li.ajax-search{
	background: url(../images/icon-ajax.png) no-repeat left center;
}
.feature-woocommerce ul li.sidebar{
	background: url(../images/icon-sidebar.png) no-repeat left center;
}
.feature-woocommerce ul li.quickview{
	background: url(../images/icon-quick.png) no-repeat left center;
}
.feature-woocommerce ul li.color-swatch{
	background: url(../images/icon-color.png) no-repeat left center;
	padding-right:30px;
}
.feature-woocommerce ul li.currency{
	background: url(../images/icon-currentcy.png) no-repeat left center;
}
.support-layout{
	margin:0 0 65px;
}
.support-layout .item .wrap-item{
	text-align:left;
}
.support-layout .item .wrap-item .item-content{
	padding:0 9px;
}
.support-layout .item:nth-child(3) .item-content{
	padding:0 12px;
}
.support-layout .item .wrap-item h4{
	font-size:18px; color:#283142; font-weight:700; text-transform:capitalize; margin:10px 0;
}
.support-layout .item .wrap-item p{
	font-size:14px; line-height:26px; color:#959fae;
}
@-webkit-keyframes mymove {
	25%  {transform:translateY(0px);}
	50% {transform:translateY(5px);}
}

@keyframes mymove {
	25% {transform:translateY(0px);}
	50% {transform:translateY(5px);}
}

.slider-mobile{
	position:relative;
	margin: 0 -15px;
}

.slider-mobile .slick-arrow{
	display:inline-block;
	width:40px;
	height:41px;
	position:absolute;
	text-indent:-9999px;
	top:50%;
	border:0;
	z-index:4;
	margin-top:-20px;
	opacity:0;
}
.slider-mobile:hover .slick-arrow{
	opacity: 1;
	background-color: #fff;
}
.slider-mobile:hover .slick-arrow.slick-prev{
	left: -25px;
}
.slider-mobile:hover .slick-arrow.slick-next{
	right: -25px;

}
.slider-mobile .slick-arrow.slick-prev{
	left: -15px;
	background: url(../images/icon-prev.png) no-repeat center center rgb(225,225,225,0.8);
	background-size: 14px;
	cursor: pointer;
	width: 35px;
	height: 35px;
	transition: all 0.3s;
}

.slider-mobile .slick-arrow.slick-next{
	right:-25px;
	background: url(../images/icon-next.png) no-repeat center center rgb(225,225,225,0.8);
	background-size: 14px;
	cursor: pointer;
	width: 35px;
	height: 35px;
	transition: all 0.3s;
}
.slider-mobile .slick-list .item{
	margin:0 15px;
	padding:30px 0;
}

.slider-mobile .slick-list .item a{
	display:inline-block;
	box-shadow:3px 3px 15px rgba(174,174,174,0.75);
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
}

.slider-mobile .slick-list .item.slick-center a{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
}

.admin-demo .title-page{
	margin-bottom: 35px;
}
.admin-demo{
	position:relative; text-align:center;
}
.admin-demo .admin-content{
	position:absolute; top:115px; width:100%;
	text-align:center;
}
.admin-demo .title-page h2{
	font-size:40px; color:#fff; font-weight:700; text-transform:capitalize; margin:0 0 25px;
	font-family:'Nunito sans';
}
.admin-demo .title-page h3{
	font-size:18px; color:#fff; line-height:26px; font-weight:400; width:44%; margin:0 auto 100px;
	font-family:'Nunito sans';
}
.hot-features{
	display: block;
}

.hot-features .h-feature-item{
	display: table-cell;
	padding: 60px 30px;
	color: #fff;
	width: 25%;
	float:left;
	border-left: 1px solid #fff;

}
.hot-features .h-feature-item.feature-1{
	border-left: 0 !important;
}
.hot-features .h-feature-item .hot-item-content h2{
	font-size: 20px;
	font-weight: 500; color: #222;
	margin: 0 0 15px;
	line-height: normal;
}
.hot-features .h-feature-item .hot-item-content p{
	line-height: 24px; font-weight: normal;
	font-size: 14px; color: #999;
} 
.all-features >.container{
	width:1800px;
}
.all-features {
        padding: 50px 0 30px;
    }
	.all-features .title-page-style{
		text-align:center; margin:0 0 44px;
	}
    .all-features .title-page-style h2 {
        color: #222; font-size:40px; font-weight:700; margin:0 0 26px; font-family:Nunito;
    }
	.all-features .title-page-style p{
		font-size:16px; color:#888888; font-weight:400;
		font-family:Nunito Sans;
	}
    .all-features .title-page {
        margin-bottom: 60px;
    }
    .all-features-content .feature-item1 .item-inner {
        display: flex;
        align-items: center;
    }
    .all-features-content .item-inner .feature-title {
        font-weight: 400;
        font-size: 24px;
        color: #000;
        display: inline-block;
    }
    .all-features-content .feature-item{
        margin: 0;
        padding: 15px;

    }
    .all-features-content .item-inner:hover{
       border-color:#95b04f;
        cursor: pointer;

    }
    .all-features-content .item-inner{
       padding: 30px 30px 0;
       border-radius: 20px;
       min-height: 264px;
       transition: all 0.3s;
   }
   .all-features-content .item-inner .info{
    text-align: center;
}
.all-features-content .feature-item1  .item-inner .info img{
    width: auto;
    height: auto;
}
.all-features-content .item-inner .info img{
    display: inline-block;

}
.all-features-content .item-inner .info span {
  margin-top: 30px;
  font-size: 16px;
  color: #222;
  width: 100%;
  display: inline-block;
  font-weight:700;
  font-family:Nunito;
  text-transform:uppercase;
}

.all-features-content .item-inner {
    position: relative;
	background-color:#fff;
	border:1px solid #e5e5e5;
}

.all-features-content .item-inner .feature-title {
    font-weight: 400;
    font-size: 24px;
    color: #000;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;

}

.all-features-content .item-inner .feature-title span {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 500;
    color: #555;
}

.all-features-content .item-inner .description {
    padding-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #888;
	font-weight:400;
	font-family:Nunito Sans;
}

.all-features-content .feature-item {
    margin-bottom: 30px;
    padding: 0 15px;
    float: left;
}
.all-features-content .feature-item {
	margin-bottom: 30px;
	padding: 0 15px;
	float: left;
}
.support-container{
	padding: 50px 0 60px;
}

.buytheme-bottom{
	background-color:#222; position: relative;
}
.buytheme-bottom .container{
	padding: 115px 0 80px;
}
.buy-bottom-content{
	text-align: center;
	color: #fff;
}

.buy-bottom-content h4{
	font-size: 30px;
	line-height: 40px; color: #fff;
	font-weight: 400; 
	font-family:Nunito Sans;
	margin-bottom:33px;
}

.buy-bottom-content div{
	font-size: 48px; color: #fff;
	font-weight: 700;
	line-height: 68px;
	margin: 15px 0 32px;
	font-family:Nunito Sans;
}
.buy-bottom-content .group-button{
	overflow:hidden; display:inline-block;
}
.buy-bottom-content .buy-bottom{
	display: inline-block; font-weight: 400;
	height: 50px; line-height: 48px;
	text-align: center; padding:0; width:220px;
	text-transform: uppercase;
	font-size: 14px; background: #222;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	border-radius:10px;
	color: #fff;
	border:1px solid #fff;
	margin:0 5px;
	float:left;
}
.buy-bottom-content a:first-child{
	background-color:#95b04f; border-color:#95b04f;
}
.buy-bottom-content .buy-bottom:hover{
	background-color:#95b04f; border-color:#95b04f;
}

/*effect mobile*/

#fpc_page-tip:before, #fpc_page-tip:after {
	background-color: #FFF;
	position: absolute;
	display: block;
	z-index: 2;
	border-top-right-radius: 60%;
	width: 50%;
	height: 50%;
	content: "";
}
#fpc_page-tip:before {
	right: 100%;
	top: 0%;
	background: -webkit-radial-gradient(-180% 200%, circle, rgba(255,255,255,0) 85%, rgba(0,0,0,1) 93%);
}
#fpc_page-tip:after {
	top: 100%;
	right: 0%;
	background:-webkit-radial-gradient(-250% 320%, circle, rgba(255,255,255,0) 89%, rgba(0,0,0,0.7) 93%);
}
#fpc_effect-back{  /* edit these sizes for the default revealing corner size */
	width:70px;
	height:70px;
	right: 0;
	top: 0;
	position: absolute;
	overflow: visible;
}

#demo-m:hover #fpc_effect-back{  /* edit these sizes for the default revealing corner size */
	height: 180px;
	width: 180px;
}
#fpc_box:hover #fpc_corner-box { /* edit corner size (First animation, when the whole page is rollovered) */
	height: 50px;
	width: 50px;
}
#fpc_box div#fpc_corner-box:hover { /* edit corner size (Second animation, when the corner itself is rollovered) */
	height: 100px;
	width: 100px;
	right: -100px;
}
#fpc_corner-box:before {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	display: block;
	width: 133%;
	height: 133%;
}
#fpc_corner-contents:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	display: block;
	width: 133%;
	height: 133%;
}
#fpc_corner-button {
	position: absolute;
	width: 108px;
	top: 0;
	right: 0;
	color: #fff;
	font-size:24px;
	font-family:'Shadows Into Light';
	text-align: center;
	padding:5px 0;
	border-radius: 5px;
	display: inline-block;
	text-transform:capitalize;
	transform:rotate(45deg);
}
#fpc_corner-button strong{
	font-size:18px !important;
	text-transform:uppercase;
}
#fpc_page-tip {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	background: -webkit-linear-gradient(45deg, #333638 17%, #303335 18%, #333638 30%, #515151 34%, #333638 39%, #333638 41%);
	display: block;
	width: 100%;
	height: 100%;
}
#fpc_corner-contents {
	width: 125%;
	position: absolute;
	display: block;
	overflow: hidden;
	-webkit-mask: -webkit-linear-gradient(45deg, transparent 49%, #000 53%);
	mask: linear-gradient(45deg, transparent 49%, #000 53%);
	top: 0;
	right: 0;
	height: 125%;
}
#fpc_corner-contents:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #ff0000; /* Match this background color to #fpc_effect-back */
}
#fpc_corner-box, #fpc_corner-contents, #fpc_page-tip , #fpc_effect-back{
	-webkit-transition-property: all;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: cubic-bezier(0, 0.35, .5, 1.7);
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: cubic-bezier(0, 0.35, .5, 1.7);
}
#fpc_corner-button strong {
	font-size: 13px;
	font-weight: bold;
	display: block;
}

.buy-bottom-content .buy-bottom:hover{
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.buytheme-bottom address{
	color: #959fae; font-size: 13px; text-align: center; position: absolute; bottom: 0; left: 0; right: 0; display:none;
}
.buytheme-bottom address a{
	color: #959fae;
}
.buytheme-bottom address a:hover{
	color:#407fff;
}
#back-totop {
	display: block;
	position: fixed;
	bottom: 30px;
	right: 30px;
	background-size: 20px;
	width: 50px;
	height: 50px; z-index: 99;
	line-height: 49px;
	text-align: center;
	background-color: #dd2727;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	border-radius: 50%;
}
#back-totop a{
	display: block;
}
.button-buy {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 99;
}
.button-buy img, #back-totop img{
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
.button-buy:hover img, #back-totop:hover img{
	opacity: 0.8; transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
/* RESPONSIVE */
@media (min-width: 1800px) {
	.multi-vendor .vendor-demo .container {
		width: 1720px;
	}
}
@media (min-width: 1445px) and (max-width: 1920px) {
	.theme-demo-mobile .discover-more{
		top:51%;
	}
}
@media  (min-width: 1445px) {
	.hightlight-content .demos-web{
		bottom:240px;

	}
}
@media (min-width: 1370px) and (max-width: 1445px) {
	.theme-demo-mobile .comming-soon{
		opacity:1;
	}
	.theme-demo-mobile .discover-more{
		top:52%;
		margin-top:5px;
	}
}
@media (min-width: 1190px) and (max-width: 1400px) {
	.hightlight-content .demos-web{
		top: 200px;
	}
	.multi-vendor .vendor-demo h3{
		padding:0 !important;
	}
	.admin-demo .admin-content{
		top:40px;
	}
	.admin-demo .title-page h3{
		width:70%;
	}
	.all-features-content .feature-item:nth-child(4n+1){
		clear:both;
	}
	.all-features-content .item-inner{
		padding:30px 10px 0;
	}
	.hightlight-content .demos-web .title-header h2{
		font-size: 40px; line-height: 50px;
	}
	.theme-demo .title-page span{
		font-size: 60px;
	}
	.device-info img{
		margin-left:0px;
	}
	.theme-demo-mobile .discover-more{
		top:53%;
	}
}
@media (min-width: 1200px) {
	.hot-features .container {
		width: 100%;
	}
	.all-features{
		padding: 265px 0 90px;
	}
	.hot-features .h-feature-item{
		padding: 70px 15px 0 !important;
		min-height: 275px !important;
	}
	.theme-demo-mobile{
		margin-bottom: 200px;
	}
	.hot-features{
		width: 100%;
		border-top: 1px solid #fff;
	}
	.multi-vendor .vendor-demo a{
		bottom: -100px !important;
	}
	.multi-vendor .vendor-demo h2{
		margin: 40px 0 10px;
	}
	.hot-features .h-feature-item .hot-item-content h2{
		font-size: 22px;
	}
	.container1 img{
		margin: 0 0 100px !important;
	}
}
.container1 img{
	margin: 0 0 50px;
}
@media (min-width: 1400px) {
	.hot-features .h-feature-item{
		min-height: 275px !important;
	}
	
	.hot-features .h-feature-item{
		padding: 80px 30px 0 !important;
	}
	.admin-demo .container1,
	.vendor-demo .container{
		width: 1170px;
	}
	.theme-demo-mobile .title-page{
		padding: 120px 0 0;
	}
	.theme-demo-mobile .title-page p{
		width: 80%;
		line-height: 35px;
		text-align: left;
	}
	.theme-demo-mobile .container{
		padding: 0 90px;
	}

	.theme-demo-mobile{
		padding: 65px 0 160px;
		margin: 0px 0 170px;
	}

	.theme-demo-mobile .title-page h2:before{
		width: 160px;
		height: 140px;	
		right: -150px;
		top: -80px;			
	}

	.demo-info h3{
		margin: 33px 0 10px;	
	}

	.hightlight-content .demos-web .title-header::before{
		bottom: 50px;
		height: 7px;

	}
	.container{
		width: 1580px;		
	}
	.header .container{
		width:1920px;
	}
}
@media (min-width: 1200px) {
	.mobile-layout > .container{
		width:1280px;
	}
}

@media (max-width: 1199px) {
	.hightlight-content .demos-web{
		top: 200px;
	}
	.navigation-logo #buy-now{
		margin:0;
	}
	.nav-container .navigation li a{ font-size:14px;}
	.theme-demo > .container, .all-features >.container{
		width:970px;
	}
	.demo-item{ padding:0 15px;}
	.hightlight-content .demos-web .title-header h2{
		font-size: 40px; line-height: 50px;
	}
	.admin-demo{
		padding: 50px 15px 0 15px;
	}
	.all-features-content .item-inner .description{
		font-size: 14px;
	}
	.hightlight-content .demos-web .title-header p{
		font-size:16px; line-height:28px;
	}
	.hot-features .h-feature-item{
		padding: 25px 15px;
	}
	.theme-demo-mobile{
		margin-bottom: 100px;
	}
	.theme-demo .title-demo1{
		text-align:center; padding:0;
	}
	.feature-woocommerce ul li{
		padding:6px 30px 6px 70px;
	}
	.experience-shoping h3{
		font-size:36px;
	}
	.experience-shoping .wrap-content{
		padding:190px 0 115px;
	}
	.content-left .wrap-content{
		padding:0;
	}
	.content-left p{
		font-size:14px; line-height:26px; margin:0 0 20px;
	}
	.content-left h4{ font-size:18px; }
	.multi-vendor .vendor-demo h3{
		padding:0 !important;
	}
	.admin-demo .title-page h2{
		font-size:28px;
	}
	.admin-demo .title-page h3{
		width:80%; font-size:14px; line-height:26px;
	}
	.all-features-content .feature-item:nth-child(2n+1){
		clear:both;
	}
	.all-features-content .feature-item:nth-child(3n+1){
		clear:none !important;
	}
	.admin-demo .admin-content{
		top:80px;
	}
	.content-left h3{
		font-size:30px; line-height:40px;
	}
	.theme-demo{
		padding: 50px 0;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.theme-demo-mobile .discover-more{
		top:58%;
	}
	.all-features{
		padding:320px 0 30px;
	}
	.nav-container .navigation li{
		margin-right:20px;
	}
	.demos-web .wrap-content{
		padding:0 30px;
	}
	.device-info{
		max-width:970px;	
	}
	.hot-features{
		display: table;
		background-size:  auto 100%;
	}
	.hot-features .h-feature-item{
		display: block;
		float: left;
		width: 50%;
	}
	.all-features-content .feature-item:nth-child(3n+1){
		clear: left;
	}
	.mobile-layout .demo-item{
		padding: 0 15px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.all-features-content .feature-item:nth-child(2n+1){
		clear: left;
	}
	.navigation-logo #buy-now{
		position:absolute;
		right:0; font-size:0;
	}
	.nav-container .navigation li{
		margin-left:25px;
	}
	.device-info{
		max-width:750px;
		margin:-330px auto 0;
	}
	.nav-container .navigation li{
		margin: 0;
		margin-left: 15px;
	}
	.demo-image{
		text-align: center;
	}
	.hot-features{
		display: table;
		background-size:  auto 100%;
	}
	.theme-demo-mobile .discover-more{
		display:none;
	}
	.slider-mobile{
		margin:20px 0 0;
	}
	.mobile-layout .demo-item .demo-layout{
		display:inline-block;
	}
	.hightlight-content .demos-web .title-header h2{
		font-size:30px; line-height: 45px;
	}
	.hightlight-content .demos-web .title-header h4{
		margin-bottom: 50px;
	}
	.hot-features .h-feature-item{
		display: block;
		float: left;
		min-height: 205px;
		width: 50%;
	}
}
@media (max-width: 991px) {
	.multi-vendor .title h3{
		font-size: 14px !important;
	}
	.theme-demo > .container, .all-features >.container{
		width:750px;
	}
	.logo-wrapper h1{
		text-align:left;
	}

	.navigation-logo .nav-wrapper{ padding:0; }
	.header{
		padding:20px 0 10px;
	}
	.nav-container .navigation{
		margin-bottom:20px;
	}
	.demos-web .wrap-content{
		padding:0 30px;
	}
	.hightlight-content .demos-web{
		top:250px;
	}
	.feature-woocommerce ul li{
		float:none; width:100%;
		padding:14px 30px 14px 70px; font-size:14px;
	}
	.content-left .wrap-content{
		margin:0 0 30px;
	}
	.multi-vendor .vendor-item{
		margin:0 0 40px !important;
	}
	.experience-shoping .wrap-content{
		padding:93px 0 40px;
	}
	.theme-demo-mobile .title-page{
		text-align: center;
	}
	.theme-demo-mobile{
		padding: 0 0 170px;
	}
	.multi-vendor .vendor-demo a{
		position: initial;
		margin: 15px 0 0;
	}
	.admin-demo{
		background-color:#95b04f;
		padding:50px 0 2px 0;
	}
	.admin-demo img{ display:none; }
	.buy-bottom-content div{
		font-size:28px; line-height:36px;
	}
	.buytheme-bottom .container{
		padding:40px 0 80px;
	}
	.admin-demo .admin-content{
		position:relative; top:auto;
	}
	.discover-more1{display: none;}
	.vendor{
		padding-top: 20px;
	}
	.multi-vendor .vendor-item{
		min-height: auto; margin-bottom: 50px;
	}
	.multi-vendor .vendor-demo h3{
		min-height: auto; margin-bottom: 15px;
	}
	.all-features-content .item-inner .feature-title2{
		display: none;
	}
	.mobile-layout .demo-item{
		width: 50%; display: inline-block; vertical-align: top; float: none; margin-right: -3px; padding: 0 15px;
	}
}
@media (min-width: 767px) {
	.demo-item.new-item .demo-image img {
		transition: all 0.5s ease-in-out;
	}
	.demo-item .wrap-box:hover .demo-image img {
		transform: translateY(-100%);
		margin-top: 670px;
		transition: all 5s ease;
	}
}
@media (max-width: 767px) {
	.mobile-layout .container{
		padding: 50px 0 !important;
	}
	.theme-demo > .container, .all-features >.container{
		width:100%;
	}
	.buy-bottom-content .buy-bottom{
		width:160px;
	}
	.navigation-logo .buy-now{
		display:none;
	}
	.demo-item.new-item .demo-image, .demo-item.coming-item .demo-image{
		height:440px;
	}
	.grid-demo .row{ margin-left:-15px; margin-right:-15px; }
	.demo-item .wrap-box{ padding:10px;}
	.demo-info h3{ font-size:16px; padding:0 !important;}
	.nav-container{
		float:left !important; margin-left:15px;
	}
	.logo-wrapper h1{
		text-align:right;
	}
	.mobile-layout .content h3{
		font-size: 24px;
	}
	.buy-bottom-content div{
		font-size: 25px;
	}
	.out-mobile{
		background: transparent !important; padding: 50px 0 !important;
	}
	.multi-vendor .vendor-demo a{
		position: initial !important;
		margin: 0 !important;
	}
	.multi-vendor .vendor-item{
		min-height: auto !important;
	}
	.theme-demo-mobile .enjoy-it a{
		bottom:20px;
	}

	.slider-mobile{
		margin-top:30px;
		margin-bottom:50px;
	}
	.device-info{
		margin:-80px auto 0;
		max-width:auto;
		width:auto;
		padding:0 15px;
	}
	.hightlight-content{
		min-height:470px;
		padding:200px 0 0;
		background-size: cover;
	}

	.theme-demo-mobile{
		padding: 0 !important;

	}
	.theme-demo-mobile .buton-now::before{
		display: none;
	}
	.theme-demo-mobile .grid-demo{
		padding-top:40px;
	}
	.buy-bottom-content div{
		font-size:32px;
	}
	.buytheme-bottom .container{
		padding: 30px 0 0;
	}
	.support-container{
		padding:20px 0;
	}
	.device-info{
		max-width:750px;	
	}
	.theme-demo-mobile .grid-demo .demo-content{
		max-width:750px;
	}
	.hightlight-content .demos-web{
		top: 160px;
	}
	.theme-demo .title-page span{
		font-size: 60px;
	}
	.hightlight-content .demos-web .title-header h2, .out-mobile .content h3, .support-content .title h2, .title-page h2{
		font-size:20px !important;
		line-height: normal;
	}
	.hightlight-content .demos-web .title-header h2{
		margin-bottom:10px;
	}
	.hightlight-content .demos-web .title-header p{
		font-size:14px; line-height:24px; margin-bottom:10px;
	}
	.hightlight-content .demos-web a{
		padding:0 20px; line-height:30px; height:30px;
	}
	.theme-demo .title-demo1 h2{
		font-size:60px;
	}
	.theme-demo .title-demo1 h4{
		font-size:24px; margin-top:-42px;
	}
	.feature-woocommerce ul li{
		margin:0 0 15px;
	}
	.elementor-admin{
		margin:50px 0;
	}
	.support-layout{ margin:0; }
	.multi-vendor .title h2{ font-size:28px !important; }
	.all-features .title-page-style h2{
		font-size:28px;
	}
	.all-features .title-page-style p{
		font-size:14px;
	}
	.buy-bottom-content div{
		font-size:24px;
	}
	.hightlight-content .demos-web .title-header h4{
		font-size: 16px;
	}
	.demo-item{
		text-align: center;
	}

	.demo-image{
		text-align: center;
		display: inline-block;
	}
	.theme-demo{
		padding-bottom: 0;
	}
	.support-content{
		margin-bottom: 50px !important;
	}
	.support-content .info .item{
		margin-bottom: 30px;
	}
	.support-content .info .item:last-child{
		margin-bottom: 0;
	}
	.hot-features{
		display: table;
		background-size:  auto 100%;
	}
	.hot-features .h-feature-item{
		display: block;
		width: 100%;
		padding: 0 30px 30px;
	}
	.hot-features .h-feature-item{
		border: none;
	}
	.slider-demo-container{
		display: none;
	}

	.content-top{
		min-height: auto;
		padding-bottom: 40px;
	}
	#back-totop{
		display: none;
	}
	.support-item .item-inner{
		margin-bottom: 30px;
	}

	.support-item .item-inner .box-image{
		text-align: center;
	}

	.buytheme-bottom{
		background-size: auto 100%;
	}

	.navigation-logo .logo-wrapper{
		float: left;
		width: 78%;
	}

	.navigation-logo .nav-wrapper{
		float: left;
		width: 22%;
	}

	.nav-container{
		background: url(../images/icon-nav-mobile.png) no-repeat center center #fff;
		float: right;
		width: 36px;
		height: 36px;
		position: relative;
		margin-top: 5px;
	}

	.nav-container .navigation{
		background: #fff none repeat scroll 0 0;
		display: none;
		position: absolute;
		left: -1px;
		top: 37px;
		width: 200px;
		padding: 10px 20px !important;
		box-shadow: 0 0 3px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	}
	.nav-container .navigation li{
		display: block;
		float: none;
		margin:0!important;
	}
	.nav-container .navigation li a{
		color: #222;
		display:block;
		padding: 10px 0;
		border-bottom: 1px solid #ddd;
	}
	.nav-container .navigation li:last-child a{
		border:none;
	}
	.nav-container .navigation li #buy-now{
		border: none; padding: 10px 0; color: #222; background: transparent; color: #dd2727;
	}
	.nav-container .navigation li #buy-now:hover{
		background: transparent; color: #dd2727;
	}
	.nav-container:hover .navigation{
		display: block;
	}
	.theme-demo-mobile .discover-more{
		display:none;
	}
	.slider-mobile .slick-list .item a{
		box-shadow:none;
	}
	.hightlight-content .header-title{
		background-size:100% 100%;
		width:100%;
		height: 120px;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.all-features-content .feature-item{
		min-height: 155px;
		width: 50%;
	}
	.device-info img{
		margin-left:0px;
	}
	.slider-mobile .slick-list .item a{
		box-shadow:none;
	}
	.hightlight-content{
		padding:50px 0 0;
	}
	.hightlight-content .header-title{
		padding-top:32px;
		padding-right:248px;
	}

}
@media (max-width: 480px) {
	.copyright address{
		padding: 0 15px;
	}
	.experience-shoping{ display:none; }
	.demo-info h3{
		padding-left: 20px;
	}
	.navigation-logo .logo-wrapper{
		float:right;
	}
	.nav-container .navigation li a{ text-align:left;}
	.hightlight-content .demos-web .title-header h4{ line-height:31px;}
	.hightlight-content .demos-web .title-header h4:before{
		height:50px;
	}
	.header.header-on-top .nav-container{
		margin-top:10px;
	}
	.theme-demo-mobile .comming-soon{
		opacity:0;
	}
	.feature-woocommerce ul{
		display:none;
	}
	.hightlight-content{
		padding:55px 0 0;
	}
	.theme-demo-mobile .enjoy-it {
		text-align: center;
	}
	.theme-demo-mobile .enjoy-it a{
		position: static;
		margin: 0 0 30px;
		display: inline-block;
	}
	.slider-mobile .slick-list .item{
		text-align: center;
	}
	.slider-mobile .slick-list .item a{
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	.mobile-layout .demo-item .demo-layout .text-layout{
		left:20px;
	}
	.theme-demo-mobile .title-page{
		padding: 0; 
		margin: 0;
	}
	.theme-demo-mobile .title-page h2{
		text-align: center;
	}
	.theme-demo-mobile .title-page p{
		padding:0 25px;
		text-align: center;
	}
	.buy-bottom-content div{
		font-size:18px; line-height:32px;;
	}
}
@media (max-width: 479px) {
	.all-features-content .feature-item{
		width: 100%;
	}
	.multi-vendor .title h2{
		font-size: 25px;
	}
	.theme-demo-mobile .title-page h2:before{display: none;}
	.multi-vendor .title h3 br,
	.admin-demo .title-page h3 br{display: none;}
}
@media (max-width: 360px) {
	.mobile-layout .demo-item {
		text-align:center; margin-bottom:60px;
	}
	.theme-demo-mobile .enjoy-it{
		display:none;
	}
	.hightlight-content .demos-web .title-header h4{
		font-size:14px;
	}
	.hightlight-content .demos-web a{
		margin:0;
	}
	.device-info{
		margin:-100px auto 0;
	}
	.device-info img{
		margin:0;
	}
	.buy-bottom-content div{
		font-size:20px;
	}
	.hightlight-content{
		padding:30px 0 0;
	}
}
.mobile-layout .container{
	padding: 100px 0; border-top: 1px #ddd solid; border-bottom: 1px #ddd solid;
}
.mobile-layout .content{
	text-align: center;
}
.mobile-layout .content h3{
	font-size: 30px; color: #000; font-weight: 600; margin-bottom: 20px;
}
.mobile-layout .content p{
	font-size: 16px; color: #999; margin-bottom: 50px;
}
.mobile-layout .content ul{
	overflow:hidden;
}
.mobile-layout .content ul li .title{
	text-transform: uppercase; color: #000; padding: 10px 0; font-size: 12px; font-weight: bold;
}
.mobile-layout .content .readmore{
	text-align: center;
}
.mobile-layout .content .readmore a{
	display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px; padding: 0 40px;
    background: #dd2727; color: #fff;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;  
}
.mobile-layout .content .readmore a:hover{
	background:#000; transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

/* support-content */

.support-content .container{
	padding: 90px 0 90px 0; text-align: center; border-bottom: 1px #ddd solid;
}
.support-content .title{
	margin-bottom: 80px;
}
.support-content .title p{
	color: #999; font-weight: 600; font-size: 20px;
}
.support-content .title h2{
	margin-bottom: 30px; color: #000; font-weight: 600;
}
.support-content .info{
	overflow: hidden; margin: 0 auto; padding-top: 60px;
}
.support-content .info .item img{
	margin-bottom: 20px;
}
.support-content .info .item h4{
	color: #222; letter-spacing: 2px; text-transform: capitalize; font-size: 24px; font-weight: 600;
}
.support-content .info .item p{
	font-size: 16px; color: #555; max-width: 300px; margin: 0 auto;
}
/* Multi-vendor */
.multi-vendor .title{
	text-align: center;	
	z-index: 99; margin-bottom: 50px;
	position: relative;
	padding-top:60px;
}
.multi-vendor .vendor-demo .vendor img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.multi-vendor .title h2{
	font-weight: 800;		
	color: #283142; font-size:40px; margin:0 0 20px;
}
.multi-vendor .title h3{
	font-size: 18px; font-weight: normal;
	line-height: 30px;
	color: #959fae; font-weight:400;
}

.multi-vendor .vendor-demo h2 a{
	font-weight: 700;
	color: #283142;
	font-size: 20px;
	text-align: center;
}
.multi-vendor .vendor-demo h2 a:hover{
	color:#407fff;
}
.multi-vendor .vendor-demo h3{
	font-size: 14px;
	line-height: 26px;
	color: #959fae; min-height: 88px;
	font-weight: normal; margin-bottom: 30px;
	padding:0 40px;
}
.multi-vendor .vendor-demo a.view-demo{
	display: inline-block;
	padding:0 30px;
	height: 40px;
	font-weight: 700;
	color: #407fff; border: 1px #407fff solid;
	background-color: transparent;
	text-transform: capitalize;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	border-radius: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.multi-vendor .vendor-demo a.view-demo:hover{
	background-color: #407fff; color: #fff; -webkit-transition: all 0.3s; transition: all 0.3s;
}
.multi-vendor .vendor-item .vendor{
	text-align: center;
}
.multi-vendor .vendor-item .vendor:hover h2 a{
	color:#407fff;
}
.multi-vendor .vendor-item .vendor:hover a.view-demo{
	background-color: #407fff; color: #fff;
}
.multi-vendor .vendor-item{
	position: relative;
	margin-bottom: 140px;
}

@-webkit-keyframes pulse {
	  0% {
		-webkit-box-shadow: 0 0 0 0 rgba(44,143,222,0.5);
	  }
	  70% {
		  -webkit-box-shadow: 0 0 0 20px  rgba(44,143,222,0);
	  }
	  100% {
		  -webkit-box-shadow: 0 0 0 0  rgba(44,143,222,0);
	  }
	}
	@keyframes pulse {
	  0% {
		-moz-box-shadow: 0 0 0 0 rgba(44,143,222,0.4);
		box-shadow: 0 0 0 0  rgba(44,143,222,0.3);
	  }
	  70% {
		  -moz-box-shadow: 0 0 0 20px  rgba(44,143,222,0);
		  box-shadow: 0 0 0 20px  rgba(44,143,222,0);
	  }
	  100% {
		  -moz-box-shadow: 0 0 0 0px  rgba(44,143,222,0);
		  box-shadow: 0 0 0 0px rgba(44,143,222,0);
	  }
	}
	
	@-webkit-keyframes buy {
	  0% {
		-webkit-box-shadow: 0 0 0 0 rgba(102,164,37,0.5);
	  }
	  70% {
		  -webkit-box-shadow: 0 0 0 20px  rgba(102,164,37,0);
	  }
	  100% {
		  -webkit-box-shadow: 0 0 0 0  rgba(102,164,37,0);
	  }
	}
	@keyframes buy {
	  0% {
		-moz-box-shadow: 0 0 0 0 rgba(102,164,37,0.5);
		box-shadow: 0 0 0 0  rgba(102,164,37,0.3);
	  }
	  70% {
		  -moz-box-shadow: 0 0 0 20px  rgba(102,164,37,0);
		  box-shadow: 0 0 0 20px  rgba(102,164,37,0);
	  }
	  100% {
		  -moz-box-shadow: 0 0 0 0px  rgba(102,164,37,0);
		  box-shadow: 0 0 0 0px  rgba(102,164,37,0);
	  }
	}

	.button-buy{
		position: fixed; bottom: 30px; left: 30px; background: url(../images/icon-buy.png) no-repeat center center; z-index:10; display:none;
	}
	.button-buy a{
		width: 138px; height: 32px; display: block; font-size: 0; position: relative;
	}
	.button-buy a button{
		/* to make button in center to screen */
		position:absolute;
		top: 50%; left:50%;
		transform: translate(-50%,-50%);
		/* finish csnter */
		background: transparent;
		border: none;
		width:138px;
		height:32px;
		color:#FFF;
		text-transform:uppercase;
		letter-spacing:10px;
		border-radius:50%;
		animation: buy 3000ms linear infinite;
		border-radius: 0;
	}

	.button-mes{
		position: fixed; bottom: 30px; right: 30px; background: url(../images/icon-mes.png) no-repeat center center;
	}
	.button-mes a{
		width: 56px; height: 56px; display: block; font-size: 0; position: relative;
	}
	.button-mes a button{
		/* to make button in center to screen */
		position:absolute;
		top: 50%; left:50%;
		transform: translate(-50%,-50%);
		/* finish csnter */
		background: transparent;
		border: none;
		width:56px;
		height:56px;
		color:#FFF;
		text-transform:uppercase;
		letter-spacing:10px;
		border-radius:50%;
		animation: pulse 3000ms linear infinite;
	}