@charset "utf-8";

/*BLog-main*/

.article-main{
		margin-bottom:44px;
}
.article-head{
		position:relative;
		overflow:hidden;
		cursor:pointer;
}
.article-head:hover img.img-responsive{
		transform:scale(1.2);
}
.article-head img.img-responsive{
		width:100%;
		transition:all .8s;
}
.type-post{
		position:absolute;
		right:0;
		bottom:0;
		background-color:#ff3c20;
		height:50px;
		width:50px;
		text-align:center;
		line-height:50px;
}
.type-post img{
		display:inline-block;
}
.article-body h3{
		font-size:14px;
		color:#fff;
		display:inline-block;
		background-color:#ff3c20;
		padding:5px 8px;
		line-height:1;
		font-weight:400;
		margin-top:35px;
}
.article-body img{
		width:100%;
}
.article-body h2{
		font-size:22px;
		line-height:1.3;
		font-weight:700;
		margin-top:0;
		transition:all 0.4s;
}
.article-body h2:hover{
	color:#ff3c20
}
.article-body h4{
		font-size:16px;
		line-height:1;
		font-weight:400;
		margin-top:0;
		color:#ababab;
		display:inline-block;
		margin-right:20px;
		transition:all 0.4s;
}
.article-body h4:hover,
.article-body h4:hover i{
	color:#ff3c20;	
}
.article-body h4 i{
		color:#313131;
		font-size:18px;
		margin-right:5px;
		transition:all 0.4s;
}
.article-body p{
		font-weight:400;
		font-size:14px;
		line-height:1.6;
		margin-bottom:15px;
}
a.more-btn{
		display:inline-block;
		border:1px solid #ebebeb;
		font-size:14px;
		font-weight:700;
		padding:16px 30px;
		border-radius:50px;
		text-transform:uppercase;
		letter-spacing:1px;	
		position:relative;	
}
a.more-btn i{
		opacity:0;
		transition:all .3s;
		right:40px;
		color:#ff3c20;
		font-size:18px;
		position:absolute;
		top:50%;
		margin-top:-11px;
}
a.more-btn:hover i{
		opacity:1;
		right:15px;
}
.article-footer{
		border-top:1px solid #ebebeb;
		padding-top:15px;
		margin-top:30px;
}
.article-footer .comt-like{
		float:left;
}
.comt-like h4{
		display:inline-block;
		font-size:16px;
		color:#ababab;
		margin-right:15px;
		margin-top:0;
		transition:all 0.4s;
}
.comt-like h4:hover,
.comt-like h4:hover i{
	color:#ff3c20;	
}
.comt-like h4 i{
		color:#313131;
		font-size:18px;
		margin-right:8px;
		vertical-align:middle;
		transition:all 0.4s;
}
.article-footer .soc-icon{
		float:right;
}
.soc-icon a{
		display:inline-block;
		font-size:20px;
		padding:0 5px;
		transition:all 0.4s;
}
.soc-icon a:hover{
	color:#ff3c20;
}
.article-body .blockquote{
		border-color:#232f3e;
}
.article-body .blockquote p{
		font-size:20px;
		line-height:1.5;
}
.article-body .blockquote span{
		font-weight:700;
		color:#ff3c20;
		font-size:20px;
}
/*video*/
.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-image:url(../img/blog/blog-2.jpg);
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoPoster i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 5px solid #fff;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: all 300ms;
  color:#fff;
  font-size:40px;
  line-height:72px;
}
.videoPoster:hover i, .videoPoster:focus i {
  border-color: #ff3c20;
  color:#ff3c20;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
.videoWrapper {
  position: relative;
  width: 100%;
 	min-height:330px;
  background-color: #000;
}
.page-row{
		border-top:2px solid #000;
		padding-top:20px;
}
.page-row a{
		display:inline-block;
		font-size:16px;
		font-weight:700;
		color:#262626;
		padding:16px 26px;
		border:1px solid #d1d1d1;
		transition:all .3s;
		text-transform:uppercase;
		margin-right:6px;
}
.page-row a:hover{
		background-color:#ff3c20;
		border-color:#ff3c20;
		color:#fff;
}
/*Side-bar*/
.blog-main .side-bar{
		padding-right:0;
}
.side-bar .search{
		margin-top:0;
		position:relative;
}
.side-bar .search input{
		border:none;
		background-color:#f9f9f9;
}
.side-bar .search .round{
		right:10px;
		background-color:#232f3e;
}
.side-bar .search .round:hover{
	background-color:#ff3c20;
}
.side-head{
		margin-top:35px;
		border:1px solid #f2f2f2;
}
.side-head h2{
		padding:15px 0 15px 15px;
		color:#fff;
		line-height:1;
		background-color:#232f3e;
		font-size:22px;
		font-weight:700;
		text-transform:uppercase;
		margin:0;
}
.categories ul{
		list-style:none;
		padding:0;
		margin:0;
}
.side-bar .categories ul li{
		border-bottom:1px solid #f2f2f2;
		padding:12px 15px;
}
.side-bar .categories ul{
	position:relative;
}
.blog .menu ul.navbar-nav.navbar-left{
	margin-left:0;
}
.blog .navbar-collapse{
	padding-left:0;
}
.categories ul li:last-child{
		border:none;
}
.categories ul li a{
		font-size:16px;
		font-weight:400;
		display:block;
		transition:all 0.4s;
}
.categories ul li a:hover{
	color:#ff3c20;
}
.categories ul li a span{
		float:right;
}
.post-list{
		padding:0 15px 0 140px;
		position:relative;
		min-height:85px;
		margin-top:20px;
}
.post-list img{
		position:absolute;
		left:15px;
}
.post-list h1{
		font-size:16px;
		font-weight:700;
		line-height:1.6;
		margin-top:0;
		margin-bottom:5px;
		transition:all 0.4s;
}
.post-list h1:hover{
	color:#ff3c20;
}
.post-list h3{
		font-size:14px;
		font-weight:400;
		line-height:1.3;
		margin:0;
}
.posts{
		padding-bottom:20px;
}
.soc-icon.side-head .soc-icon{
		padding:20px 15px;
}
/*Comment*/
.comment-box{
		margin-top:60px;
}
.comment-box h2{
		color:#ff5722;
		font-size:22px;
		font-weight:700;
		margin-top:0;
}
.comment-box .divider{
		margin:30px 0;
		height:1px;
		background-color: #f1f1f1;
}
.comment-1{
		position:relative;
		padding-left:140px;
		margin-top:30px;
		min-height:121px;
}
.comment-1 img{
		position:absolute;
		left:0;
}
.comment-1 h4{
		font-weight:700;
		font-size:20px;
		color:#333;
		display:inline;
}
.comment-1 a{
		color:#ff361d;
		text-decoration:none;
		transition:all 0.4s;
}
.comment-1 a:hover{
		color:#ff361d;
}
.comment-1 span{
		font-size:14px;
		display:inline-block;
}
.comment-1 font{
		font-size:14px;
}
.comment-1 p{
		margin-top:10px;
		font-size:15px;
		font-weight:500;
		line-height:22px;
}
.comment-2{
		position:relative;
		padding-left:200px;
		margin-top:30px;
		min-height:121px;
}
.comment-2 a{
		color:#ff361d;
		text-decoration:none;
		transition:all 0.4s;
}
.comment-2 a:hover{
		color:#ff361d;
}
.comment-2 img{
		position:absolute;
		left:57px;
}
.comment-2 h4{
		font-weight:700;
		font-size:20px;
		color:#333;
		display:inline;
}
.comment-2 span{
		font-size:14px;
		display:inline-block;
}
.comment-2 font{
		font-size:14px;
}
.comment-2 p{
		margin-top:10px;
		font-size:15px;
		font-weight:500;
		line-height:22px;
}
.leave-comt h2{
		color:#ff361d;
		font-size:22px;
		font-weight:700;
		margin-top:40px;
		margin-bottom:5px;
}
.leave-comt p{
		display:inline-block;
		font-weight:400;
		font-size:16px;
}
.leave-comt input{
		width:100%;
		background-color:#f9f9f9;
		border:none;
		height:50px;
		line-height:50px;
		border-radius:50px;
		text-indent:20px;
		color:#b1b1b1;
		font-weight:400;
		margin-top:25px;
}
.leave-comt textarea{
		width:100%;
		background-color:#f9f9f9;
		border:none;
		min-height:150px;
		line-height:1.3;
		padding:20px;
		border-radius:40px;
		text-indent:20px;
		color:#b1b1b1;
		font-weight:400;
		margin-top:25px;
}
.leave-comt .more-btn{
		background-color:#ff3c20;
		color:#fff;
		padding:16px 40px;
		margin-top:25px;
}
@media (min-width:320px) and (max-width:540px){
.comment-1{
		padding-left:0px;
		text-align:center;
}
.comment-2{
		padding-left:0px;
		text-align:center;
}
.comment-1 img{
		display:inline-block;
		position:relative;
}
.comment-1 h4{
		display:block;
}
.comment-2{
		padding-left:0px;
		text-align:center;
}
.comment-2 img{
		display:inline-block;
		position:relative;
		left:0;
}
.comment-2 h4{
		display:block;
}
}	
/*Media-queries*/
@media (min-width:320px) and (max-width:480px){
.article-body h3{
		margin-top:20px;
}
.article-body h2,.article-body h4 i{
		font-size:14px;
}
.article-body h4{
		font-size:12px;
		display:block;
}
.article-body p{
		font-size:12px;
}
.article-footer .comt-like,.article-footer .soc-icon{
		float:none;
		text-align:center;
}
.comt-like h4:last-child{
		margin:0;
}
.videoWrapper{
		min-height:250px;
}
.type-post{
		width:35px;
		height:35px;
		line-height:35px;
}
.type-post img{
		width:20px;
}
.page-row{
		text-align:center;
}
.page-row a {
    display: inline-block;
    font-size: 14px;
    padding: 12px 15px;
	margin-right:0;
}
.blog-main .side-bar{
		padding-top:60px;
}
.blog-main .side-bar{
	margin-top:0;
	padding-left:0;
}
.post-list{
		padding-left:105px;
		min-height:61px;
}
.post-list h1{
		font-size:13px;
}
.post-list img{
		width:80px;
}
.post-list h3{
		font-size:11px;
}
.article-body img{
		margin-bottom:20px;
}
.article-body .blockquote p{
		font-size:15px;
}
.article-body .col-sm-6{
		padding:0;
}
.leave-comt p{
		font-size:14px;
}
.header-main h2{
	font-size:36px;
}
.show-product .product-top-bar,.show-product.col-md-9{
		padding:0;
}
.blog-main{
	padding:60px 15px;
}
.blog-main .col-md-8{
	padding:0;
}
}
@media (min-width:481px) and (max-width:767px){
.article-body h3{
		margin-top:25px;
}
.article-body h2,.comt-like h4 i{
		font-size:15px;
}
.article-body h4,.comt-like h4{
		font-size:12px;
}
.article-body p{
		font-size:12px;
}
.type-post{
		width:35px;
		height:35px;
		line-height:35px;
}
.type-post img{
		width:20px;
}
.blog-main .side-bar{
		padding-right:0px;
		padding-top:60px;
		padding-left:0;
}
.article-body img{
		margin-bottom:20px;
}
.article-body .blockquote p{
		font-size:16px;
}
.article-body .col-sm-6{
		padding:0;
}
.product-top-bar ul li:first-child{
		margin-bottom:20px;
		display:block;
		float:none;
}
.product-top-bar ul .pull-right li:first-child{
		float:left;
}
.show-product .product-top-bar{
		padding:0;
}
.product-top-bar ul li {
    padding-right: 17px;
}
.blog-main .col-md-8{
	padding:0;
}
.banner-img img{
	width:100%;
}
.show-product.col-md-9{
	padding:0;
}
}
@media (min-width:768px) and (max-width:991px){
.blog-main .col-md-8{
	padding:0;
}
.banner-img img{
	margin:0 auto;
}
.show-product.col-md-9{
	padding:0;
}
}
@media (min-width:992px) and (max-width:1199px){
.post-list{
		padding-left:105px;
		min-height:61px;
}
.post-list h1{
		font-size:13px;
		line-height:1.2;
}
.post-list img{
		width:80px;
}
.post-list h3{
		font-size:11px;
}
}

/*contact-page*/
.contact-page .header-main{
		background-image:url(../img/inner-page/contact-head.jpg);
}
.contact-page .menu ul.navbar-nav.navbar-left{
	margin-left:0;
}
.contact-page .navbar-collapse{
	padding-left:0;
}
.contact-main .contact-info h3{
		font-size:30px;
		font-weight:400;
		margin-top:0;
}
.contact-main .contact-info h3 i{
	color:#ff3c20;
	font-size:40px;
}
.contact-main .contact-info p{
		font-size:16px;
		font-weight:400;
		color:#999999;
		line-height:1.6;
}
.contact-left label{
		font-size:16px;
		font-weight:400;
		margin-top:15px;
}
.contact-left input{
		width:100%;
		background-color:transparent;
		border:1px solid #eeeeee;
		font-size:16px;
		font-weight:400;
		text-indent:10px;
		height:50px;
		line-height:50px;
}
.contact-left textarea{
		width:100%;
		background-color:transparent;
		border:1px solid #eeeeee;
		font-size:16px;
		font-weight:400;
		text-indent:10px;
		padding-top:15px;
		min-height:150px;
}
.contact-right .contact{
		padding-left:40px;
		position:relative;
		padding-top:15px;		
}
.contact-right .contact i{
		position:absolute;
		left:0;
}
.contact-right .contact-info p{
		padding-left:0;
		color:#282828;
}
.contact-right .follow-us h2{
		color:#282828;
		display:inline-block;
		margin-right:25px;
}
.contact-right .follow{
		display:inline-block;
}
/*map-sec*/
.map-head{
		background-color:#ff3c20;
		padding:45px 0;
		position:relative;
}
.map-head span{
		position:absolute;
		height:60px;
		width:60px;
		left:50%;
		bottom:-30px;
		margin-left:-30px;
		background-color:#ff3c20;
		transform:rotate(45deg);
		z-index:1;
}
.map-head h2{
		font-size:30px;
		color:#fff;
		font-weight:700;
		margin:0;
		text-transform:uppercase;
		position:relative;
		z-index:3;
}
.contact-page #map{
		width:100%;
		height:520px;
}
.contact-page_1 .contact-right{
		background-color:#232f3e;
		padding:80px 0px 80px 50px;
}
.contact-page_1  .contact-main{
		padding:0;
		position:relative;
}
.contact-page_1 .contact-main .col-md-6{
		width:45%;
		padding-right:50px;
}
.contact-page_1 .contact-main .col-md-5{
		    width: 46.66666667%;
			position:absolute;
			top:0;
			right:0;
			height:100%;
			padding-right:8.33333333%;
}
.contact-page_1 .contact-main .contact-right .contact-info h3,.contact-page_1 .contact-right .contact-info p,.contact-page_1  .contact-right .follow-us h2{
		color:#fff;
}
.contact-page .shp-btn{
	margin-top:15px;
}
.contact-page .contact-left .shp-btn i{
	padding-left:15px;
	font-size:22px;
}
@media (min-width:320px) and (max-width:480px){
.contact-main .contact-info h3{
		font-size:20px;
}
.contact-main .contact-info i{
	margin-top:-5px;
}
.contact-main .contact-info h3 i{
	font-size:36px;
}
.contact-page_1 .contact-main .col-md-5{
		    width: 100%;
			position:relative;
			top:0;
			right:0;
			height:100%;
			padding-right:15px;
}
.contact-page_1 .contact-right{
		padding:80px 0px 80px 15px;
}
.contact-page_1 .contact-main .col-md-6{
		width:100%;
		padding:80px 15px;
}
.contact-page .contact-main .contact-info p{
	font-size:14px;
}
.special-offer ul.nav-tabs li{
	padding:0 !important;
}
.header-main h2{
	font-size:36px;
}
.contact-main .contact-info h3:after{
	top:auto;
}
.contact-right.mt-30{
	margin-top:60px;
}
.contact-right{
	margin-top:60px;
}
.contact-page_1 .contact-right {
    margin-top: 0px;
}
.contact-left .text-right{
	text-align:center !important;
}
.col-md-6.contact-left,.col-md-6.contact-right{
	padding:0;
}
}
@media (min-width:481px) and (max-width:767px){
 .contact-main .contact-info h3{
	font-size:24px;	
}
.contact-right.mt-30{
	margin-top:50px;
}
.contact-right{
	margin-top:60px;
}
.contact-page_1 .contact-right {
    margin-top: 0px;
}
.contact-left .text-right{
	text-align:center !important;
}
}
@media (min-width:768px) and (max-width:991px){
.contact-right{
	margin-top:50px;
}	
.letter h2 {
    font-size: 40px;
}
.footer-sec.padd-60{
		padding-top:20px;
}
.best-seller .best-product {
		padding-top:0;
}
.blog-main .side-bar{
	padding-top:60px;
	padding-left:0;
}
.contact-right.mt-30{
	margin-top:50px;	
}
.contact-page_1 .contact-right {
    margin-top: 0px;
}
}
@media (min-width:481px) and (max-width:991px){
.contact-page_1 .contact-main .col-md-5{
		    width: 100%;
			position:relative;
			top:0;
			right:0;
			height:100%;
			padding-right:15px;
}
.contact-page_1 .contact-right{
		padding:80px 0px 80px 15px;
}
.contact-page_1 .contact-main .col-md-6{
		width:100%;
		padding:80px 15px;
}

.contact-main .contact-info i{
	margin-top:-5px;
}
.contact-main .pull-right{
	float:right !important;
}
.contact-main .contact-info h3:after{
	top:auto;
}
.col-md-6.contact-left,.col-md-6.contact-right{
	padding:0;
}
}
@media (min-width:992px) and (max-width:1199px){
.contact-page_1 .contact-main .col-md-6{	
		margin-left:4.33333333%;
		width: 48%;
    	padding-right: 30px;
}
.contact-page_1 .contact-main .col-md-5{
		width:48.33333334%;
		padding-right:15px;
}
.contact-page_1 .contact-right{
		padding:80px 0px 80px 30px;
}
.contact-main .contact-info p{
		font-size:15px;
}
.contact-main .contact-info h3:after{
	top:auto;
}
.article-body .blockquote p{
	font-size:18px;
}
}

/*Product-grid-page*/
.mt-40{
	margin-top:40px;
}
.grid-page .header-main{
		background-image:url(../img/grid/grid-head.jpg);
}
.grid-page .menu ul.navbar-nav.navbar-left{
	margin-left:0;
}
.grid-page .grid-list .sale p{
	min-height:44px !important;
	color: #5d5d5d;
    font-weight: 600;
}
.grid-list .product-top-bar{
		margin-bottom:30px;
}
.special-offer .main-side-bar{
		padding-left:0;
}
.icon-plus{
	width:20px;
	height:20px;
	border:2px solid #ababab;
	border-radius:50%;
	display:inline-block;
	float:right;	
	text-align:center;
}
.icon-plus i{
	font-size:10px;
	line-height:16px;
	color:#ababab;
	display:block;
	font-weight:700;
}
.main-side-bar ul{
		list-style:none;
		padding-left:0;
		margin-bottom:40px;
		margin-top:10px;
}
.main-side-bar ul li ul li label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    display: block;
    margin: 0;
	transition:all 0.5s ease-in-out;
}
.main-side-bar ul li ul li label:hover{
	color:#ff3c20;
}
.main-side-bar ul.shop-size li ul li {
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
}
.main-side-bar ul a.main-a{
		position:relative;
		padding-bottom:12px;
		display:block;
		border-bottom:1px solid #e8e8e8;
		font-size:20px;
		font-weight:700;
		text-transform:uppercase;
}
.main-side-bar ul a.main-a:after{
		content: "";
		width: 100px;
		height: 4px;
		background-color: #ff3c20;
		display: block;
		position: absolute;
		bottom: -2px;
}
.main-side-bar ul li ul li a{
		font-size:14px;
		font-weight:400;
		line-height:2;
		border-bottom:1px solid #e8e8e8;
		display:block;
		padding:10px 0;
		transition: all 0.5s ease-in-out;
}
.main-side-bar ul li ul li a:hover{
	color:#ff3c20;	
}
.main-side-bar ul.shop-size li ul li a{
	padding:15px 0;	
}
.main-side-bar ul.shop-size [type="checkbox"]:not(:checked) + label:before,
.main-side-bar ul.shop-size [type="checkbox"]:checked + label:before{
	width:1.3em;
	height:1.3em;	
	top:-3px;
	border:2px solid #eee;
	box-shadow:none;
	left:1px;
}
.main-side-bar ul.shop-size [type="checkbox"]:not(:checked) + label, 
.main-side-bar ul.shop-size  [type="checkbox"]:checked + label{
	padding-left:2.2em;
}
.main-side-bar ul.shop-size [type="checkbox"]:not(:checked) + label:after, 
.main-side-bar ul.shop-size [type="checkbox"]:checked + label:after{
	font-size:1em;
	top:0;	
	color:#232f3e;
	left:5px;	
}
.main-side-bar ul li ul li a span{
		float:right;
}
.main-side-bar ul li ul li a label{
		display:block;
		line-height:1;
		margin:0;
		font-weight:400;
}
.main-side-bar .range-text h3{
		display:inline-block;
		font-size:14px;
}
.range-text h3 span {
    color: #FF734F;
}
.main-side-bar .btn-custom{
		background-color:#232f3e;
		font-size:15px;
		font-weight:700;
		padding:10px 30px;
		color:#fff;
		border:none;
		float:right;
		margin-top:8px;
}
.main-side-bar .price-range{
		padding-top:15px;
}
.price-value{
	margin-top:15px;
}
.range-text{
	margin-top:15px;
}
.ui-slider {
  margin-top:20px;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -5px;
  margin-left: -10px;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #695D46;
  font-weight: normal;
  color: #454545;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
  outline: 0;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #FFC107;
  color: #333333;
  font-weight: bold;
}
.new-list{
		position:relative;
		padding-left:90px;
		min-height:90px;
		border-bottom:1px solid #e8e8e8;
		padding:20px 0 25px 90px;
}
.new-list img{
		position:absolute;
		left:0;
}
.new-list h2{
		font-size:16px;
		font-weight:700;
		line-height:1.6;
		margin-top:0;
		margin-bottom:5px;
		transition:all 0.5s ease-in-out;
}
.new-list:hover h2{
	color:#ff3c20;
}
.new-list h3{
		font-size:24px;
		font-weight:700;
		color:#ff3c20;
		line-height:1;
		margin-top:0;
		margin-bottom:5px;
}
.new-list h3 span{
		font-size:16px;
		font-weight:400;
		color:#ababab;
}
.grid-page .page-row{
		margin-top:40px;
}
.page-row p{
		font-weight:400;
		font-size:15px;
		display:inline-block;
		margin-top:10px;
}
.grid-list .col-md-4{
	padding:0 7px;
}
.grid-page .grid-list .sale p{
	padding:0 15px;
}
.grid-page .main-side-bar .sub-menu a i{
	float:none;
}
/*featured-top-rated-popular-product-sec*/
.top-rated-product h3{
	font-size:26px;
	border-bottom:1px solid #ededed !important;
	padding-bottom:10px;
	position:relative;
}
.top-rated-product.pt-60,.top-rated-product.pb-60{
	padding-top:20px;
	padding-bottom:20px;
}
.top-rated-product h3:after{
	width:150px;
	content:"";
	height:4px;
	background-color:#ff3c20;
	display:block;
	position:absolute;
	bottom: -2px;
}
.popular-product i{
	display:inline-block;
	color:#eec627;
}
.popular-product i.empty-star{
	color:#adadad;
}
.popular-product span.stock{
	float:right;
	margin-top:8px;
}
.popular-product span.stock,
.popular-product span.stock i {
	color:#49b72c;
	font-weight:600;
}
.popular-product span.out-stock{
	color:#b1b1b1;
	font-weight:600;
	float:right;
	margin-top:8px;
}
.quick-view i{
	color:#5d5d5d;
}
.popular-product i:nth-child(1){
	padding-left:10px;
}
.popular-product p{
	margin-bottom:0;
	font-size:16px;
	color:#ababab;
	font-weight:normal;
	display:block;
	min-height:0;
}
.popular-product h2{
	font-size:18px;
	font-weight:700;
	padding-left:10px;
	margin-top:27px;
	margin-bottom:5px;
}
.popular-product img{
	float:left;
	padding-top:0;
	margin-right:15px;
	width:auto;
}
.popular-product h4 {
    display: inline-block;
    font-size: 24px;
    color: #ff3c20;
    font-weight: 700;
    margin-bottom: 00px;
    float: left;
}
.popular-product{
	padding:20px 0;
	position:relative;
	border:none;
}
.popular-product p{
	min-height:0 !important;
}
.popular-product h5{
	display:inline-block;
	text-decoration:line-through;
	color:#ababab;
	font-size:16px;
	margin-top:15px;
	margin-left:10px;
}
.popular-product:hover{
	box-shadow:none;
	transition:all ease-in-out 0.3s;
}
.popular-product .icon-hover{
	bottom:-32%;
}
.popular-product:nth-child(3){
	margin-top:20px;
}
.sale.popular-product{
	border-bottom:1px solid #ededed;
	position:relative;
	transition:all 0.4s;
}
.sale.popular-product.connect{
	border:none;
}
.sale.popular-product:hover > .hover-product{
	opacity:1;
	display:block;
}
.hover-product{
	position:absolute;
	background-color:rgba(275,79,54,.9);
	box-shadow:0px 0px 25px rgba(0,0,0,.4);
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	opacity:0;
	animation:heart .5s;
	display:none;
}
@keyframes heart{
		0%{
				opacity:0;
				transform:translateY(10px);
		}
		100%{
				opacity:1;
				transform:translateY(0);
		}
}

.hover-icon{
	display:inline-block;
	width:46px;
	height:46px;
	border:1px solid #fff;
	text-align:center;
	border-radius:50%;
	margin-left:8px;
	transition:all 0.4s;
}
.hover-product-body{
	position:absolute;
	top:50%;
	left:50%;
	transform:translateY(-50%) translateX(-50%);
}
.hover-icon.heart{
	margin-left:0;
}
.hover-icon a i{
	display:block;
	line-height:46px;
	font-size:20px;
	font-weight:600;
	color:#fff;
	padding-left:0 !important;
	transition:all 0.4s;
}
.hover-icon:hover{
	background-color:#fff;
}
.hover-icon a i:hover{
	color:#ff3c20;
}
.sale.popular-product img{
	padding-bottom:10px;
}
.icon-circle{
	width:40px;
	height:40px;
	border-radius:50%;
	display:inline-block;
	background-color:#ff3c20;
	margin-top:10px;

	transition:all 0.3s;
	margin-left:10px;
	border:1px solid transparent;
}
.icon-circle i{
	text-align:center;
	line-height:40px;
	color:#fff;
	font-weight:normal;
	font-size:20px;
	padding-left:0 !important;
	transition:all ease-in-out 0.3s;
}
.popular-product:hover > .icon-hover{
	opacity:1;
	box-shadow:0px 10px 15px rgba(0,0,0,.1), -1em 0 0.4em rgba(0,0,0,0);
}
.icon-hover:hover{
	display:block;	
}
.top-rated-product .owl-carousel .owl-item img {
    width: auto;
    margin-right: 15px;
}
.top-rated-product .tranding .owl-prev,.top-rated-product .tranding .owl-next{
	top:-37px;	
	right:0;
	left:auto;
	background-color:#fff;
	border:1px solid #efeeee;
	transition:all 0.4s;
}
.top-rated-product .tranding .owl-prev:hover,
.top-rated-product .tranding .owl-next:hover{
	background-color:#ff3c20;
	border-color:#ff3c20;
}	
.top-rated-product .tranding .owl-prev:hover .fa,
.top-rated-product .tranding .owl-next:hover .fa{
	color:#fff !important;	
}
.top-rated-product .tranding .owl-prev{
	right:47px;
}
.top-rated-product .tranding .thumbnail{
	margin-bottom:0;
}
.sub-menu a i{
	float:right;
}
@media (min-width:320px) and (max-width:480px){	
.article-footer .soc-icon{
	margin-top:10px;
}
.special-offer .main-side-bar{
	padding-left:15px;
}
.phone{
	margin-top:40px;
}
.new-list img{
	bottom:-1px;
}
.hover-icon{
	width:36px;
	height:36px;
	margin-left: 8px;
}
.hover-icon a i{
	font-size:16px;
	line-height:36px;
}
.popular-product h2{
	font-size:16px;
}
.new-list h2{
	font-size:15px;
}
.top-rated-product h3 {
    font-size: 20px;
}
.discount-banner.padd-40{
	padding-bottom:0;
}
.padd-60{
	padding:30px 0;
}
.top-rated-product.col-md-4{
	padding:0;
}
}
@media (min-width:481px) and (max-width:767px){	
.grid-page .grid-list .sale{
	width:50%;
	float:left;
}
.special-offer .main-side-bar{
	padding-left:15px;
}
.top-rated-product h3 {
    font-size: 22px;
}
.top-rated-product.col-md-4{
	padding:0;
}
}
@media (min-width:768px) and (max-width:991px){	
.product-top-bar ul li{
	padding-right:18px;
}
.special-offer .main-side-bar{
	padding-left:15px;
	margin-top:60px;
}
.product-list-labal{
	left:31%;
}
.top-rated .col-md-4 {
   	width: 100%;
}
.top-rated-product h3 {
    font-size: 22px;
}
.top-rated-product.col-md-4{
	padding:0;
}
}
@media (min-width:992px) and (max-width:1199px){	
.new-list h2{
	font-size:14px;
}
.grid-page .product-body p{
	font-size:16px;
}
.hover-icon {
  width: 40px;
	height: 40px;
	margin-left: 8px;
}
.hover-icon a i{
  font-size: 20px;
	line-height: 40px;
}
.product-list-labal{
	left:32%;
}
.top-rated-product h3 {
    font-size: 24px;
}
}
@media (min-width:1200px) and (max-width:1340px){

.detail-page .tranding .owl-prev{
	left:1px !important;
}
.detail-page .tranding .owl-next{
	right:1px !important;
}
}

/*error-page*/
.main-error{
		padding:80px 0;
}
.error-page .menu{
	border-bottom:1px solid #efeeee;
}
.error-page .main-error .search-round{
	transform:translateY(-50%);
	background-color:#ff3c20;
	margin-top:0;
	right:10px;
}	
.error-page .search{
	position:relative;
	padding:0;
}
.search.col-md-6{
	padding:0;
}
.error-page .menu ul.navbar-nav.navbar-left{
	margin-left:0;
}
.main-error h2{
		font-size:22px;
		font-weight:700;
		text-transform:uppercase;
		color:#ff3c20;
		letter-spacing:10px;
		margin-top:0;
		margin-bottom:25px;
}
.main-error img{
		display:inline-block;
}
.main-error .search input{
		border:1px solid #eceaea;
}
.main-error h3{
		font-size:50px;
		font-weight:700;
		margin-top:40px;
}
.main-error p{
		font-size:15px;
		font-weight:700;
		margin:20px 0 30px;
}
.main-error a.more-btn{
		font-size:15px;
		font-weight:700;
		border:2px solid #ff3c20;
		transition:all 0.4s;
}
.main-error a.more-btn:hover{
	background-color:#ff3c20;
	color:#fff;
}
@media (min-width:481px)  and (max-width:544px){
.error-page .main-error .search-round{
	bottom:239px;
}
}
@media (min-width:545px) and (max-width:767px){	
.error-page .main-error .search-round{
	bottom:220px;
}
}
@media (min-width:320px) and (max-width:480px){
.main-error h2{
		font-size:13px;
		letter-spacing:5px;
}
.main-error{
		padding:60px 0;
}
.error-page .main-error .search-round{
	bottom:240px;
}
.error-page .menu .navbar-header,.page-row .pull-right{
	float:none;
}
}
@media (min-width:481px) and (max-width:767px){
.main-error h2{
		letter-spacing:9px;
		font-size:21px;
}
.error-page .menu .navbar-header{
	float:none;
}
.main-error{
		padding:60px 0;
}
}
@media (min-width:768px) and (max-width:992px){
.main-error{
		padding:60px 0;
}
}




/*Product-detail-Page*/
.detail-left{
		background-color: #f7f7f7;
		position:relative;
		padding-bottom:30px;
		padding-top: 50px;
}
.detail-left .carousel-control.right{
		background-image:none;
}
.detail-left .zoom-btn{
		position:absolute;
		display:inline-block;
		right:20px;
		width:40px;
		height:40px;
		border-radius:50%;
		background-color:#fff;
		color:#d5d5d5;
		line-height:40px;
		text-align:center;
		bottom:175px;
		z-index:6;
}
.detail-left ul li img,.detail-left .carousel .item img {
    display:inline-block;
}
.detail-left .carousel-indicators {
    bottom: 0;
    left: 0;
    margin-left: 5px;
    width: 100%;
}
/* Indicators list style */
.detail-left .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 90px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 100px;
}
/* Indicators images style */
.detail-left .carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
}
/* Indicators active image style */
.detail-left .carousel-indicators{
		position:relative;
		bottom: auto;
}
.detail-left .carousel-indicators:after{
	content:'';
	clear:both;
	display:block;
}
.detail-left .carousel-control{
		top:50%;
		transform:translateY(-50%);
		height:inherit;
		bottom: auto;
}
.detail-left .carousel-control .fa{
		color:#000;
		font-size:50px;
}
.detail-left .carousel-indicators .active img {
    border: 2px solid #428BCA;
    opacity: 0.7;
}
.detail-left .lSSlideOuter .lSPager.lSGallery img{
	width:100%;
}
.detail-page .coupon{
	padding:14px 35px;
	float:left;
}
.detail-page .menu ul.navbar-nav.navbar-left{
	margin-left:0;
}
.detail-page .navbar-collapse{
	padding-left:0;
}
.new-label{
		position:absolute;
		background-color:#ff3c20;
		font-size:13px;
		font-weight:700;
		color:#fff;
		padding:5px 8px;
		border-radius:30px;
		top:20px;
		left:20px;
}
.color-var{
		list-style:none;
		padding-left:0;
		position:absolute;
		right:20px;
		top:20px;
		z-index:50;
}
.color-var li a{
		display:inline-block;
		width:25px;
		height:25px;
		border:1px solid #ececec;
		border-radius:50%;
		font-size:15px;
		text-align:center;
		margin-bottom:8px;
}
.color-var li:nth-child(1) a{
		background-color:#222222;
}
.color-var li:nth-child(2) a{
		background-color:#f7c6bf;
}
.color-var li:nth-child(3) a{
		background-color:#fff;
}
.color-var li:nth-child(4) a{
		background-color:#c6c6c6;
}
.color-var li:nth-child(5) a{
		background-color:#d03131;
}
.color-var li a.active i{
		opacity:1;
}
.color-var li a i{
		line-height:25px;
		color:#fff;
		opacity:0;
}
		
.detail-top h1{
		margin-top:0;
		font-size:30px;
		font-weight:700;
		margin-bottom:7px;
}
.detail-top h6{
		margin-top:0;
		font-size:16px;
		font-weight:400;
		color:#ababab;
}
.detail-top .rating{
		margin-top:7px;
}
.detail-top .rating i{
	color:#eec627
}
.detail-top .rating i{
		margin-right:8px;
		font-size:16px;
}
.detail-top .rating span{
		color:#ababab;
		font-size:16px;
		font-weight:400;
}
.detail-top .rating a{
		color:#ababab;
		font-size:16px;
		font-weight:400;
		font-style:italic;
		float:right;
}
.rate{
	margin-top:15px;
}
.rate h2{
		font-size:34px;
		font-weight:700;
		color:#ff3c20;
		margin-top:8px;
		display:inline-block;
		vertical-align: middle;
		margin-right:15px;
		line-height:1;
}
.rate h2 del{
		font-size:16px;
		font-weight:400;
		color:#ababab;
		margin-left:8px;
		vertical-align:inherit;
		display:inline-block;
		margin-top:-3px;
}
label.offer-label{
	text-align:center;
	line-height:26px;
	height:26px;
	padding:0 12px;
	border-radius:30px;
	font-weight:700;
	color:#fff;
	background-color:#232f3e;
	font-size:13px;
	z-index:1;
}
.rate span{
		float:right;
		font-size:16px;
		color:#49b72c;
		margin-top:15px;
}
.rate span i{
		font-size:18px;
}
.detail-right ul.detail{
		margin-top:15px;
}
.detail-right ul.detail.feature{
		margin-top:25px;
}
.detail-right ul.detail,.detail-right ul{
		list-style:none;
		padding-left:0;
}
.detail-right ul.detail p,.detail-right ul.detail.feature ul li{
		font-size:16px;
		line-height:1.6;
		font-weight:400;
		color:#999;
}
.detail-right ul.detail li a.main-a{
		font-weight:700;
		color:#313131;
		text-transform:uppercase;
		margin-top:0;
		padding-bottom:12px;
		border-bottom:1px solid #f0f0f0;
		display:block;
		margin-bottom:15px;
}
.detail-right ul.detail.feature ul{
		width:50%;
		float:left;
}
.detail-right ul.detail.feature ul li{
		padding-left:15px;
		position:relative;
		margin-bottom: 8px;
}
.detail-right ul.detail.feature ul li i{
		position:absolute;
		left:0;
		color:#ff3c20;
		font-size:20px;
}
.detail-row p{
		font-size:16px;
		font-weight:700;
		display:inline-block;
}
.detail-row p span{
	color:#5d5d5d;
}
ul.size{
		margin-left:30px;
}
ul.size,ul.size li{
		display:inline-block;
}
ul.size li.active a,ul.size li a:hover{
		background-color:#232f3e;
		color:#fff;
		border:1px solid #232f3e;
}
ul.size li a{
		display:inline-block;
		padding:5px 10px;
		border:1px solid #f2f2f2;
		color:#282828;
		font-size:16px;
		font-weight:400;
		text-transform:uppercase;
		margin-left:15px;
		border-radius:45px;
		transition:all .3s;
}
.detail-btm{
		margin-top:20px;
}
.blog-detail .menu ul.navbar-nav.navbar-left{
	margin-left:0;
}
.blog-detail .navbar-collapse{
	padding-left:0;
}
/*Quantity-box*/
.quantity-box{
		margin-top:15px;
		margin-bottom:22px;
}
.quantity-box .input--filled{
		margin-top:5px;
		float:left;
}
.quantity-box .input--filled input{
		border:1px solid #e7e7e7;
		width:66px;
		text-align:center;
		height:46px;
		float:left;
}
.quantity-box .input--filled button {
    border:1px solid #e7e7e7;
	background-color:transparent;
	font-size:14px;
	height:46px;
	width:42px;
	text-align:center;
}
.quantity-box .input--filled button:hover{
	color:#ff3c20;
}
.quantity-box .input--filled button.sub{
		margin-right:-1px;
		float:left;
		transition:all 0.4s;
}
.quantity-box .input--filled button.add{
		margin-left:-1px;
		float:left;
		transition:all 0.4s;
}
.quantity-box .input--filled button#add:hover i,
.quantity-box .input--filled button#sub:hover i{
	color:#ff3c20;
}
.action-icon{
		display: inline-block;
		
		margin-top:15px;
}
.action-icon a{
		font-size:16px;
		font-weight:400;
		color:#dbdbdb;
		transition:all 0.3s;
		margin-left:15px;
		display:inline-block;
}
.action-icon a:hover{
	color:#ff3c20;
}
.action-icon a i{
		font-size:20px;
		margin-right:7px;
		color:#dbdbdb;
		transition:all 0.3s;
		vertical-align: middle;
}
.action-icon a:hover i{
		color:#ff3c20;
}
.quantity-box .sub{
		border-radius:30px 0 0 30px;
}
.quantity-box .add{
		border-radius: 0 30px 30px 0;
}
.detail-row .soc-icon{
		display:inline-block;
}
.detail-row .soc-icon a i{
		color:#868686;
}
/*detail-tab*/
.product-tab{
		border:1px solid #dcdcdc;
		position:relative;
		margin:50px 0;
}
.product-tab ul.nav-tabs{
		width:25%;
		float:left;
		border-right:1px solid #dcdcdc;
		position:absolute;
		height:100%;
		left:0;
		top:0;
		border-bottom:none;
}
.product-tab ul.nav-tabs li{
		display:block;
}
.product-tab ul.nav-tabs li a{
		font-size:16px;
		font-weight:700;
		color:#222222;

		padding:15px 0 15px 25px;
		border-bottom:1px solid #dcdcdc;
		border-left:5px solid transparent;
		transition:all .3s;
		margin:0;
		display:block !important;
}
.product-tab ul.nav-tabs li:hover a,.product-tab ul.nav-tabs li.active a{
		background-color:#efefef;
		border-left:5px solid #232f3e;
}		
.product-tab .tab-content{
		width:75%;
		float:left;
		margin-left:25%;
}
.product-tab  .tab-pane{
		padding:35px;
}
.detail-page .tab-pane p{
		font-size:16px;
		font-weight:400;
		line-height:1.6;
		color:#868686;
		margin-bottom:15px;
}
.detail-page .tab-pane p b{
		font-weight:700;
		color:#232f3e;		
}
.detail-page .tranding{
		padding:0;
}
.slider-head h3{
		position:relative;
		padding-bottom:12px;
		margin-top:0;
		font-size:30px;
		font-weight:400;
		border-bottom:1px solid #f2f2f2;
}
.slider-head h3:after {
    content: "";
    height: 4px;
    width: 160px;
    background-color: #ff3c20;
    display: block;
    position: absolute;
    bottom:-2px
}
.detail-page .owl-carousel .owl-item img{
		width:auto;
}
.detail-page .sale-body p{
		min-height:50px;
		color:#5d5d5d;
		font-weight:600;
		margin-bottom:5px;
}
.detail-page .tranding .owl-prev,.detail-page .tranding .owl-next{
	background-color:transparent;	
}
.detail-page .tranding .owl-prev .fa,.detail-page .tranding .owl-next .fa{
	font-size:66px;
	color:rgba(0,0,0,.3) !important;	
}
.detail-page .tranding .owl-prev:hover,.detail-page .tranding .owl-next:hover{
	background-color:transparent;	
}
.detail-page .sale h4{
	margin-top:0;
	padding-left:0;
}
.detail-page .container.padd-80{
		padding-bottom:0;
}
.product-wrapper{
  position: relative;
}
.image-zoom {
  position : absolute;
  left : 0;
  top : 0;
  bottom : 0;
  right : 0;
  opacity : 0.9;
  display : none;
  overflow : hidden;
  cursor:move;
}
.image-zoom img {

    position : absolute;
    top : 0;
    left : 0;
}
/*product-slider*/
/*product-body*/
.product{
	border:1px solid #f2f2f2;
	position:relative;
}
.product:hover{
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,.1);
	transition:all ease-in-out 0.3s;	
}
.offer-discount{
	width:48px;
	position:absolute;
	text-align:center;
	float:right;
	margin-top:10px;
	line-height:23px;
	height:23px;
	top:0;
	right:15px;
	border-radius:30px;
	font-weight:700;
	color:#fff;
	background-color:#ff734e;
	font-size:11px;
	z-index:5;
}
.offer-discount.new{
	left:15px;
	background-color:#a7da64;
}
.offer-discount.out-stock{
	background-color:#f5f5f5;
	width:120px;
	color:#b3b3b3;
	font-size:14px;
}
.product-img{
	position:relative;
	padding:40px 0px 10px;
}
.product-img .product-href {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index:4;
}
.product-img img{
	position:relative;
	display:table;
	margin:0 auto;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.product-img .img-overlay {
    position: absolute;
    opacity: 1;
    z-index: 2;
	left:50%;
	transform:translateX(-50%);
}
.product:hover .product-img .img-overlay{
	opacity:0;
}
.sale-heart-hover{
	position:absolute;
	right:15px;
	bottom:5px;
	opacity:0;
	transition:all 0.4s;
	z-index:5;
}
.sale-heart-hover i{
	color:#d5d5d5;
	font-size:22px;	
	transition:all 0.4s;
}
.sale-heart-hover i:hover{
	color:#ff3c20;
}
.product:hover .sale-heart-hover {
	opacity:1;
}
.product-body{
	position:relative;
	padding:15px 15px 0;
}
.product-body p{
	min-height:44px;
	font-weight:700;
	font-size: 17px;
	margin-bottom: 3px;
}
.product-body p a{
	color:#5d5d5d;
}
.product-body h4{
	display:inline-block;
	font-size:24px;
	color:#ff3c20;
	font-weight:700;
	margin-bottom:30px;
}
.product-body h5{
	display:inline-block;
	text-decoration:line-through;
	color:#ababab;
	font-size:16px;
}
.product-hover{
	position:absolute;	
	width:100%;
	right:0;
	bottom:-20px;
	text-align: right;
	padding-right:15px;
}
.product:hover .add-cart-hover{
	width:160px;
	border-radius:40px;
	transition:all 1s;
	-webkit-transition:all .4s;
	background-color:#ff3c20;
	box-shadow:0px 0px 20px rgba(255,60,32,.7);
}
.add-cart-hover{
	width:40px;
	height:40px;
	border:2px solid #ff3c20;
	display:inline-block;
	border-radius:50%;
	transition:all .4s;
	-webkit-transition:all .4s;
	background-color:#fff;
	float:right;
	margin-left:5px;
	overflow:hidden;
	position:relative;
	padding-right:9px;
}
.add-cart-hover a{
	display:block;
}
.add-cart-hover i{
	line-height:36px;
	color:#ff3c20;
	transition:all .3s;
	-webkit-transition:all .3s;
	display:inline-block;
}
.product:hover .add-cart-hover i{
	color:#fff;
	font-size:16px;
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
}
.add-cart-hover h6{
	display:none;
	transition:all 1s;
	font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    font-weight: 700;
	margin-right:5px;
	position:absolute;
	left:15px;
	top:50%;
	transform:translateY(-50%);
}
.product:hover .add-cart-hover h6{
	animation: product-h6 1s;
	display:block;
}
@keyframes product-h6{
	0%{
				opacity:0;
	}
	100%{
				opacity:1;
	}
}
.quick-view{
	width:40px;
	height:40px;
	border-radius:50%;
	background-color:#f5f5f5;
	text-align:center;
	vertical-align:middle;
	display:none;
	transition:all .4s;
}
.quick-view:hover{
	background-color:#ff3c20;
	box-shadow:0px 0px 20px rgba(255,60,32,.7);
}
.quick-view:hover i{
	color:#fff;
}
.quick-view a{
	line-height:40px;
	font-size:20px;
	color:#5d5d5d;
	display:block;
	transition:all .4s;
}
.product:hover .quick-view{
	display:inline-block;
}

/*quick-modal*/
.quick-modal .modal-lg{
	width:1000px;
	max-height:90%;
	overflow:auto;
}
.quick-modal .coupon{
	padding:13px 30px;
	display:inline-block;
	margin-top:5px;
}
#thumbcarousel .thumb{
	width:25%;
	float:left;
}
.quick-modal .detail-left{
	background-color:transparent;
	padding:0;
}
.quick-modal .detail-left.col-md-5{
	padding:0;
}
.quick-modal .action-icon a{
	margin-left:6px;
}
.quick-modal .sub-menu a i{
	float:none;	
}
#thumbcarousel{
	margin-top:15px;
}
.quick-modal button.close{
	position:absolute;
	right: 15px;
    top: 0px;
    font-size: 48px;	
	z-index:5;
}
.quick-modal .rate h2{
	font-size:28px;
}
.quick-modal .rate h2 del{
	font-size:14px;
}
.quick-modal .detail-top h1{
	font-size:28px;	
}
.quick-modal .detail-left .carousel-control .fa{
	font-size:36px;
}
.quick-modal .carousel-control{
	left:-30px;
}
.quick-modal .carousel-control.right{
	right:-30px;
}
.detail-row .soc-icon a i{
	transition:all 0.4s;
}
.detail-row .soc-icon a i:hover{
	color:#ff3c20;
}
.quick-modal .detail-row .soc-icon a i:hover{
	color:#ff4001;
}
.quick-modal  .modal-body{
	padding:30px;
}

/*quick-modal-media-query*/
@media (min-width:320px) and (max-width:480px){
.quick-modal .modal-lg{
	width:auto;
}
.quick-modal button.close{
	font-size:36px;
}
.quick-modal .detail-left .carousel .item img{
	width:100%;
}
.quick-modal .detail-right.col-md-7{
	margin-top:30px;
	padding:0;
}
.quick-modal .detail-top .rating a{
	float:none;
}
.quick-modal .rate h2{
	font-size:24px;
}
.quick-modal .coupon{
	margin-left:0;
	margin-top:10px;
}
.quick-modal .detail-top h1{
	font-size:20px;
}
}
@media (min-width:481px) and (max-width:767px){
.quick-modal .modal-lg{
	width:auto;
}
.quick-modal button.close{
	font-size:36px;
}	
.quick-modal .detail-right.col-md-7{
	margin-top:40px;
	padding:0;
}
.quick-modal .detail-top h1{
	font-size:24px;
}
.quick-modal .rate h2{
	font-size:24px;
}
.quick-modal .rate span{
	margin-top:17px;
}
.quick-modal .action-icon.pull-right{
	float:none !important;
}
}
@media (min-width:768px) and (max-width:991px){
.quick-modal .modal-lg{
	width:auto;
	margin:0 auto;
}
.quick-modal button.close{
	z-index:1;
}
.quick-modal .detail-right.col-md-7{
	margin-top:60px;
}
.quick-modal .color-var{
	right:50px;
}
}
@media (min-width:992px) and (max-width:1199px){
.quick-modal button.close{
	right:25px;
}
.quick-modal .detail-top h1{
	font-size:26px;
}
}


@media (min-width:320px) and (max-width:480px){
.detail-page .detail-right{
		padding:0;
		margin-top:30px;
}
.detail-top h1 {
    font-size: 22px;
}
.detail-top .rating i {
    margin-right: 5px;
    font-size: 13px;
}
.detail-top .rating span,.detail-top .rating a {
    font-size: 13px;
}
.rate h2 {
    font-size: 22px;
    margin-right: 0px;
}
.rate h2 del {
    font-size: 14px;
    margin-left: 0;
}
.detail-top label.offer-label {
    line-height: 20px;
    height: 22px;
    padding: 0 5px;
    font-size: 11px;
}
.rate span {
    margin-top: 10px;
}
.detail-right ul.detail p, .detail-right ul.detail.feature ul li {
    font-size: 14px;
}
.detail-right ul.detail.feature ul {
    width: 100%;
    float: none;
}
ul.size li a {
    padding: 10px 15px;
    font-size: 13px;
    margin-left: 4px;
}
ul.size {
    margin-left: 4px;
}
.grid-page .grid-list .sale p,.grid-page .grid-list .sale span,.grid-page .grid-list .sale h4{
	padding-left:15px;
}
.product-tab ul.nav-tabs{
		width:100%;
		float:none;
		border-right:1px solid #dcdcdc;
		position:relative;
		border-bottom:none;
}
.product-tab .tab-content{
		width:100%;
		float:none;
		margin-left:0;
}
.product-tab .tab-pane {
    padding: 15px;
}
.action-icon.pull-right{
	float:none;
	margin-left:0;
	margin-top:10px;
}
.detail-page .coupon{
	margin-left:0;
	margin-top:10px;
}
.detail-page .header-main h2{
	font-size:36px;
}
.detail-left .zoom-btn {
    bottom: 15%;
}
.categories ul li .categories-mega-menu{
	left:0 !important;
	top:100%;
	width:100% !important;
}
.best-product ul.nav-tabs h3 {
		margin-bottom:20px;
}
.news-letter .col-md-4 {
    padding: 0;
    display: inline-block;
    width: 250px;
}
.detail-page .tranding .owl-prev .fa,.detail-page .tranding .owl-next .fa{
	font-size:30px;
}
}
@media (min-width:481px) and (max-width:767px){
.detail-page .detail-right{
		padding:0;
		margin-top:30px;
}
.detail-top h1 {
    font-size: 22px;
}
.rate h2 {
    font-size: 22px;
    margin-right: 0px;
}
.rate h2 del {
    font-size: 14px;
    margin-left: 0;
}
.detail-right ul.detail p, .detail-right ul.detail.feature ul li {
    font-size: 14px;
}
.grid-list .col-md-4{
	margin-top:30px;
}
.product-tab ul.nav-tabs li a {
    font-size: 13px;
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #dcdcdc;
    border-left: 3px solid transparent;
}
.product-tab .tab-content {
    width: 65%;
    float: left;
    margin-left: 35%;
}
.product-tab ul.nav-tabs {
    width: 35%;
}
.product-tab .tab-pane {
    padding: 25px 15px;
}
.tab-pane p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
}
.detail-page .owl-item .icon-circle i{
	font-size:20px;
	line-height:40px;
}
.product-list-labal{
	right:2%;
	left:auto;
}
.detail-page .tranding .owl-prev .fa,.detail-page .tranding .owl-next .fa{
	font-size:36px;
}
.product-list-labal1{
	left:1%;
	right:auto;
}
.product:hover .add-cart-hover{
  width: 145px;		
}
.add-cart-hover h6{
  font-size: 14px;		
}
.rate span {
    margin-top: 10px;
}
}
@media (min-width:768px) and (max-width:991px){
.product:hover .add-cart-hover{
	width:145px;
}
.add-cart-hover h6{
  font-size: 14px;		
}
.main-side-bar{
	margin-top:60px;
}
}
@media (min-width:992px) and (max-width:1199px){
.detail-page .coupon{
	padding:14px 34px;
}
.hover-product-body{
	width:100%;
}
}


/*========Cart-new-page=======*/
/*form styles*/
#msform {
    position: relative;
    margin-top: 30px;
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-sizing: border-box;
    width: 100%;
    /*stacking fieldsets above each other*/
    position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}
/*headings*/
.fs-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
	margin-top:0;
    font-weight: bold;
	text-align: center;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 15px;
	margin-top:0;
	text-align: center;
}
/*progressbar*/
#progressbar {
	padding:0;
    overflow: hidden;
	display:table;
	width:900px;
	margin:0 auto 50px;
}
#progressbar li {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 16px;
	color:#5d5d5d;
    width: 25%;
    float: left;
    position: relative;
	text-align: center;
}
#progressbar li.active:before{
	color:#fff;
}
#progressbar li:before {
	content:'\f101';
	font-family: "Flaticon-5";
    width: 52px;
    height: 52px;
    line-height: 52px;
    display: block;
    font-size: 26px;
    color: #5d5d5d;
    background: white;
    border-radius: 50%;
    margin: 0 auto 10px auto;
	position:relative;
	z-index: 2;
	text-align:center;
	background-color:#f7f6f6;
}
#progressbar li:nth-child(2):before{
	content:'\f104';
}
#progressbar li:nth-child(3):before{
	content:'\f103';
}
#progressbar li:nth-child(4):before{
	content:'\f102';
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 18px;
    background: #f7f6f6;
    position: absolute;
    left: -50%;
    top: 17px;
    z-index: 0; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background:#ff3c20;
}
#msform .col-sm-6.input-body{
	padding-left:0;
}

fieldset .shp-cart-btn{
	float:left;
}
.cart-tab .cart-btn{
	background-color:#f2f2f2;
}
.promo-input{
	height:51px;
	float:left;
	margin-left:30px;
	line-height:48px;
	border:1px solid #f2f2f2;
	border-radius:49px;
	position:relative;
	padding:0 15px;
	font-size:16px;
	color:#b1b1b1;
	font-style:italic;
	position:relative;
}
.promo-input input{
	border:none;
	padding:0;
	height: 47px;
	width: 200px;
	padding-right:35px;
}
.promo-input > i{
	margin-right:5px;
}
.promo-input .promo-i{
	color:#ff3c20;
	font-size:30px;
	position:absolute;
	right:15px;
	top:50%;
	line-height:1;
	transform:translateY(-50%);
}
.new-cart .pay-faq{
	margin-top:60px;
}

/*Delivery-tab*/
#msform .nav-tabs{
	border:none;
	text-align:center;
	margin-bottom:40px;
}
#msform .nav-tabs .cart-btn{
	border:2px solid #e6e6e6;
	border-radius:30px;
	margin:0 8px;
	position:relative;
}
#msform .nav-tabs li.active .cart-btn{
	border-color:#ff3c20;
}
#msform .nav-tabs li.active .cart-btn:after{
	position:absolute;
	border-left: 15px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #ff3c20;
	content:'';
	bottom:-13px;
	left:50%;
	transform:translateX(-50%);
}
.form-body{
	margin-bottom:30px;
}
.form-body p{
	font-size:16px;
}
.form-body input,.form-body select{
	width:100%;
	border:2px solid #e6e6e6;
	height:52px;
	border-radius:52px;
	padding-left:15px;
	color:#5d5d5d;
}
.form-body input::placeholder{
	color:#bababa;
}
.form-body textarea{
	width:100%;
	border:2px solid #e6e6e6;
	height:120px;
	border-radius:77px;
	padding:25px 20px;
	max-height:120px;
	min-height:120px;
	max-width:100%;
	min-width:100%;
}
.delivery-tab .cart-btn{
	border:2px solid #e6e6e6;
	padding:15px 35px;
	float:left;
}
.payment-tab.delivery-tab li a.cart-btn{
	padding:0;
}
#msform .payment-tab.delivery-tab .nav-tabs li.active .cart-btn:after{
	bottom:-11px;	
}
.delivery-tab .cart-btn i{
	color:#ff3c20;
	margin-right:5px;
}
.delivery-tab .cart-btn.next{
	float:right;
}
.delivery-tab .cart-btn.next-btn i{
	margin-right:0;
	margin-left:5px;
}

/*confirmation-tab*/
.dilivery-info{
	width:35%;
	float:left;
}
.delivery-cart{
	width:65%;
	float:left;
	margin-bottom:50px;
}
.dilivery-info h4{
	font-size:22px;
	font-weight:600;
	color:#5d5d5d;
	text-transform:uppercase;
	margin-bottom:25px;
}
.deli-pay h4{
	margin-bottom:15px;
}
.express{
	margin-top: 20px;
}
.express i{
	display:inline-block;	
	color: #bdbdbd;
	font-size: 24px;
	padding-right: 15px;
	position:absolute;
}
.express p{
	display:inline-block;
	font-size: 16px;
	color: #5d5d5d;
	margin-bottom: 0;
	position:relative;
	padding-left:40px;
	/*! max-width:84%; */
}
.express span{
	font-size: 20px;
	color: #ff3c20;
	font-weight: 600;
}
.deli-pay{
	margin-top:50px;	
}
.cart-img{
	border:1px solid #f2f2f2;
	float:left;	
}
.shp-coupon.col-md-6{
	padding-left:0;
}
.delivery-cart table{
	width:100%;
}
.delivery-cart.dilivery-info h4{
	border-bottom:2px solid #eeeeee;
	padding-bottom:10px;
	margin-bottom:5px;		
}
.order{
	width:60%;
}
.order-detail{
	margin-top:19px;
}
.order p{
	font-size:16px;
	font-weight:600;
	color:#5d5d5d;	
	padding-left:110px;
}
.order span{
	padding-left:20px;
	font-size:16px;
	font-weight:400;
	color:#ababab;	
}
.order-price h5{
	font-size:24px;
	color:#ff3c20;
	font-weight:600;
	display:inline-block;	
	padding-left:40px;
}
.order-price h6{
	display:inline-block;
	font-size:16px;
	font-weight:400;
	color:#ababab;	
	padding-left:10px;
}
.order h2{
	font-size:22px;
	font-weight:600;
	color:#5d5d5d;
	margin:0;
}
.total-price .order{
	float:left;	
}
.order-price h3{
	font-size:28px;
	color:#ff3c20;
	font-weight:600;	
	margin:0;
	padding-left:40px;
}
.delivery-cart table tr td{
	border-bottom:1px solid #eee;
	padding:20px 0;
}
.delivery-cart table tr.total-price td{
	border:none;
	padding:20px 0 20px;
}

/*success-order*/
.success-order{
	text-align:center;	
}
.success-order img{
	display:table;
	margin:0 auto;
}
.success-order h4{
	font-size:30px;
	font-weight:600;
	color:#313131;
	line-height:1.4;
	max-width:78%;
	display:inline-block;
	margin-top:20px;	
}
.success-order p{
	font-size:16px;
	font-weight:400;
	color:#5d5d5d;
	line-height:1.4;
	max-width:78%;
	display:inline-block;
	margin-top:5px;	
	margin-bottom:40px;
}
.pay-faq.col-md-12{
	padding:0;
}
@media (min-width:320px) and (max-width:480px){
#progressbar{
	width:305px;
	margin-left:0;
	margin-right:0;	
}
#progressbar li{
	font-size:12px;
}
#progressbar li:before{
	width:40px;
	height:40px;
	font-size:20px;
	line-height:40px;
}
#progressbar li:after{
	top:12px;
}
.cart-sec.container{
	padding:80px 0;
}
.cart-sec.container fieldset{
	padding:0 15px;
}
.promo-input input{
	width:185px;
}
fieldset .shp-cart-btn{
	float:none;
	margin-bottom:20px;
}
.new-cart .pay-faq{
	margin-top:50px;
	padding-bottom:0;
}
.cart-btn{
	font-size:14px;
}
.delivery-tab .cart-btn{
	float:none;
	margin-top:20px !important;
}
.delivery-tab .cart-btn.free-del{
	margin-top:0 !important;
}
.delivery-tab .cart-btn.next,
.delivery-tab .cart-btn.previous{
	float:none;
	display:table;
	margin:0 auto;
}
.dilivery-info{
	width:100%;
}
.dilivery-info h4{
	font-size:18px;
}
.express p{
  font-size: 16px;
	max-width: none;
}
.order-price h5{
	font-size:20px;
}
.order-price h6{
	font-size:14px;
}
.order-price h3{
	font-size:24px;
}
.cart-detail{
	overflow-x:scroll;
	overflow-y:hidden;
}
.delivery-cart table{
	width:700px;
}
.delivery-cart{
	margin-top:50px;
}
.success-order .col-md-6,
.success-order.col-md-12{
	padding:0;
}
.success-order h4{
	font-size:22px;
	max-width:none;
}
.success-order p{
	font-size:14px;
	max-width:none;
	margin-bottom:20px;
}
.success-order img{
	width:75px;
}
.hover-product-body{
	width:100%;
}
}

@media (min-width:481px) and (max-width:767px){
#progressbar{
	width:451px;
}
#progressbar li{
	font-size:14px;
}
#progressbar li.active:before{
	width:46px;
	height:46px;
	line-height:46px;
	font-size:20px;
}
.promo-input input{
	width:154px;
}
.promo-input{
	margin-left:10px;
	margin-bottom:20px;
}
.new-cart .pay-faq.col-md-6{
	margin-top:60px;
	padding:0;
}
.delivery-tab .cart-btn{
	padding:15px 25px;
}
.dilivery-info{
	width:100%;
}
.delivery-cart{
	margin-top:50px;
}
.cart-detail{
	overflow-x:scroll;
}
.delivery-cart table{
	width:700px;
}
.cart-btn.shp-btn.pull-right{
	float:right !important;
	border:none;
}
.success-order .col-md-6,
.success-order.col-md-12{
	padding:0;
}
.success-order h4{
	font-size:24px;
	max-width:none;
}
.success-order p{
	font-size:14px;
	max-width:none;
	margin-bottom:30px;
}
.success-order img{
	width:90px;
}	
}
@media (min-width:768px) and (max-width:991px){
#progressbar{
	width:720px;
}	
.upd-btn{
	padding:15px 32px;
}
.shp-btn{
	padding:15px 30px;
}
.cart-btn{
	font-size:14px;
}	
.cart-tab .pull-right{
	margin-top:1em;
}
.dilivery-info {
	width:100%;
}
.delivery-cart {
	margin-top:50px;	
}
}
@media (min-width:992px) and (max-width:1199px){
.success-order h4{
	font-size:24px;
}
.order p{
	font-size:14px;
}
.new-cart .pay-faq{
	margin-top:50px;
	padding-bottom:0;
}
.add-cart-hover h6{
	font-size:14px;
}
.product:hover .add-cart-hover{
	width:145px;
}
}