.yt-tab-listing{
	margin:0;
	padding:0;
}

.yt-tab-listing .respl-wrap{
	margin:0;
	padding:0;
}

.yt-tab-listing a:hover{
	text-decoration: none;
}
/*-----------------------Css for Tabs ----------------------------*/
.yt-tab-listing .respl-wrap .respl-tabs-container{
	margin-bottom: 20px;
	padding: 0;
}

.yt-tab-listing .respl-tabs-container .respl-tabs{
	margin:40px 0 30px 0;
	padding:0;
	list-style:none;
}

.yt-tab-listing .respl-tabs-container .respl-tabs > li{
	background: #777777;
    color: #FFFFFF;
    float: left;
    font-size:133.33%;
    line-height: 100%;
    margin: 0 5px 10px 0;
    padding: 8px 15px;
}

.yt-tab-listing .respl-tabs-container .respl-tabs > li.tab-sel,
.yt-tab-listing .respl-tabs-container .respl-tabs > li:hover{
	background: #80b601;
	cursor: pointer;
}

/*-----------------------------Css for Content----------------------*/
.yt-tab-listing .respl-wrap .respl-items-container{
	margin:0  0 0 -28px;
	padding:0;
}

.yt-tab-listing .respl-items-container .respl-items{
	margin:0;
	padding:0;
	width:100%;
	display:none;
}

.yt-tab-listing .respl-items-container .respl-items-inner{
	margin:0;
	padding:0;
	width:100%;
}

.yt-tab-listing .respl-items-container .respl-items-selected{
	display:inline-block;
}

.yt-tab-listing .respl-items-container .respl-item-wrap {
	margin:0;
	padding:0;
 	opacity:0;
	filter:alpha(opacity = 0); 
}

.yt-tab-listing .respl-items-container .respl-items .respl-item{
	float:left;	
	opacity:0;
	filter:alpha(opacity = 0);
	margin: 0 0 30px 0;
	padding-left: 28px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}


.yt-tab-listing .respl-items-container .respl-items .respl-item .item-inner .item-image{
	
	overflow: hidden;
	border: 1px solid #E9E9E9;	
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.yt-tab-listing .respl-items-container .respl-items .respl-item .item-inner .item-image a{
	display: block;
	-webkit-transition:all 0.4s ease-in-out 0s;
	-moz-transition:all 0.4s ease-in-out 0s;
	-o-transition:all 0.4s ease-in-out 0s;
	-ms-transition:all 0.4s ease-in-out 0s;
	transition:all 0.4s ease-in-out 0s;
	
}
/* item-hover */
.yt-tab-listing .respl-items-container .respl-items .respl-item .item-inner .item-image a.a-hover{
	-moz-box-shadow: inset 0 0 0 8px rgba(225, 225, 225,0.5);
  -webkit-box-shadow: inset 0 0 0 8px rgba(225, 225, 225,0.5);
  box-shadow: inset 0 0 0 8px rgba(225, 225, 225,0.5);
}
.yt-tab-listing .respl-items-container .respl-items .respl-item .item-inner .item-image a.a-hover img{
	opacity: 0.5;
}
.yt-tab-listing .respl-items-container .respl-items .respl-item .item-inner .item-image a.a-hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1) ;
	-o-transform: scale(1.1) ;
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.yt-tab-listing .respl-items-container .respl-items .respl-item .item-inner .item-image a.sm_quickview_handler:hover{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.yt-tab-listing .respl-items-container .respl-items .respl-item .item-inner .item-image a.sm_quickview_handler{
	opacity: 0;
	-webkit-transition:all 0.4s ease-in-out 0s;
	-moz-transition:all 0.4s ease-in-out 0s;
	-o-transition:all 0.4s ease-in-out 0s;
	-ms-transition:all 0.4s ease-in-out 0s;
	transition:all 0.4s ease-in-out 0s;
}
.yt-tab-listing .respl-items-container .respl-items .respl-item .item-inner .item-image:hover a.sm_quickview_handler{
	opacity: 1;
}

.yt-tab-listing .respl-items-container .respl-items .respl-item .item-inner .item-image img{
	width: 100%;	
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-transition:all 0.4s ease-in-out 0s;
	-moz-transition:all 0.4s ease-in-out 0s;
	-o-transition:all 0.4s ease-in-out 0s;
	-ms-transition:all 0.4s ease-in-out 0s;
	transition:all 0.4s ease-in-out 0s;
	position: relative; z-index: -1;
}

.yt-tab-listing .respl-items-container .respl-items .respl-item .item-inner .item-image img:hover{
	width: 100%;
}

.yt-tab-listing .respl-items-container .respl-items .respl-item .item-inner .item-info{
	padding: 8px 0 2px 10px;
	overflow: hidden;
	color: #686868;
	margin-top: 2px;
	border: 1px solid #E9E9E9;
}

.yt-tab-listing .respl-items-container .respl-items .respl-item .item-inner .item-info a{
	color: #686868;
}
.yt-tab-listing .respl-items-container .respl-items .respl-item .item-inner .item-info .ratings .rating-links{
	float: left; line-height: 12px;
}
.yt-tab-listing .respl-items-container .respl-items .respl-item .item-inner .item-info .ratings .rating-links a{
	color: #909090; font-size:100%;

}
.yt-tab-listing .respl-items-container .respl-items .respl-item .item-inner .item-info .no-rating a{
	color: #909090; font-size:100%;
}
.yt-tab-listing .respl-items-container .respl-items .respl-item .item-inner .item-info a:hover{
	color: #80b601;
}

.yt-tab-listing .respl-items-container .respl-items .respl-item .item-info .item-title{
	line-height: 100%;
	font-size:150%;
	margin: 5px 0 10px;
}

.yt-tab-listing .respl-items-container .respl-items .respl-item .item-info .item-price{
	color: #f48f00;	
		
}

.yt-tab-listing .respl-items-container .respl-items .respl-item .item-info .item-price .price-box,
.yt-tab-listing .respl-items-container .respl-items .respl-item .item-info .item-review .ratings{
	margin: 0;
}
.yt-tab-listing .respl-items-container .respl-items .respl-item .item-info .item-review .ratings{
	margin: 10px 0 5px 0; 
}
#yt_main .products-grid .item .price-wrapper .price, 
#yt_main .products-grid .item .price-wrapper .special-price .special-price, 
.yt-tab-listing .respl-items-container .respl-items .respl-item .item-info .price-box{
	 font-weight: bold; color: #F48F00; display: inline-block;
}

.yt-tab-listing .respl-items-container .respl-items .respl-item .item-info .price-box .old-price span{
	text-decoration: line-through; color: #909090;
}
.yt-tab-listing .special-price span,
.yt-tab-listing .regular-price{
	font-size:150%;
}
.yt-tab-listing .old-price span{
	font-size:133.33%; display: none;
}
.yt-tab-listing .respl-items-container .respl-items .respl-item .item-info .item-review .no-rating{
	margin:9px 0 4px; display: block; line-height: 15px;
}


.yt-tab-listing .respl-items-container .respl-items .respl-item .item-info .item-review .ratings .rating-box{
	margin: 0 10px 0 0; float:left;
}

.yt-tab-listing .respl-items-container .respl-items .respl-item .item-info .item-addcart,
.yt-tab-listing .respl-items-container .respl-items .respl-item .item-info .item-wishlist,
.yt-tab-listing .respl-items-container .respl-items .respl-item .item-info .item-compare{
	margin-top: 5px;
	display: inline-block;
	width: 100%;
}

.yt-tab-listing .respl-items-container .respl-items .respl-item .item-info .item-addcart a{
    color: #FFFFFF;
    float: left;
    font-size:16px;
    line-height: 100%;
    margin: 0 10px 0 0;
    padding: 8px 15px;
    background: #777;
}

.yt-tab-listing .respl-items-container .respl-items .respl-item .item-info .item-addcart a:hover{
    color: #FFFFFF;
    background: #80B601;
}


.yt-tab-listing .respl-items-container .respl-items .respl-item .item-info .item-desc{
	line-height: 140%;
	margin-bottom: 5px;
}

.yt-tab-listing .respl-items  .respl-loading{
	width: 100%; 
	max-width: 100%;
	padding: 0; 
	position: relative;
    background: url(../images/loader.gif) no-repeat scroll center center transparent;
	min-height:300px;
	display:block;
	z-index:0;
}

.yt-tab-listing .respl-items-container .respl-loadmore{
	display:block;
	overflow:hidden;
	text-align:center;
	margin:10px 0 40px;	
	width: 100%;
}
.yt-tab-listing .respl-pretext{
	padding:0 10px;	position: relative;
}
.yt-tab-listing .respl-pretext:before{
  content: ""; width: 3px; height: 40px;
  position: absolute; left: 0; top: 5px;
}
.yt-tab-listing .respl-pretext h2{
  font-size:250%; font-weight: normal !important;
  line-height: 30px; color: #686868;
}
.yt-tab-listing .respl-pretext{
  font-size:100%; margin-bottom: 26px;
}
.yt-tab-listing .respl-items .respl-loadmore .respl-loadmore-btn{
	padding: 0 30px !important;
	display:inline-block;
	background: #777;
	color:#FFF;
	font-size:150%;	
	cursor:pointer;
	line-height: 30px;
	position: relative;
}
.yt-tab-listing .respl-items .respl-loadmore .respl-loadmore-btn .load-number{
	display: none;
}
.yt-tab-listing .respl-items .respl-loadmore .respl-loadmore-btn:hover{
	background: #80b601;
}

.yt-tab-listing .respl-items   .respl-loadmore .respl-loadmore-btn .respl-image-loading:before{
	animation: 2s linear 0s normal none infinite spin;
    display: inline-block;
    content: "\e802";
    display: inline-block;
    font-family: 'fontello';
   	font-size:14px;
}

.yt-tab-listing .respl-items   .respl-loadmore .respl-loadmore-btn .respl-image-loading{
    display: none;
    left: 12px;
    position: absolute;
    top: 0;
}
.yt-tab-listing .respl-items .respl-loadmore .respl-loadmore-btn{ min-width: 100px; text-align: center;}
.yt-tab-listing .respl-items .respl-loadmore .respl-loadmore-btn:before{
	content: attr(data-label);
}
.yt-tab-listing .respl-items .respl-loadmore .respl-loadmore-btn.loading:before{
 content: attr(data-label-load);
}
.yt-tab-listing .respl-items.respl-process .respl-loadmore {
	display:none;
}

/*-----------------------------Css for Responsive ----------------------*/
.yt-tab-listing .respl-items-container .respl-items.respl01-1{
	margin: 0;
}
.yt-tab-listing .respl01-6 .respl-item{ width: 16.6666%;}
.yt-tab-listing .respl01-5 .respl-item{ width: 20%; }
.yt-tab-listing .respl01-4 .respl-item{ width: 25%; }
.yt-tab-listing .respl01-3 .respl-item{ width: 33.3333%; }
.yt-tab-listing .respl01-2 .respl-item{ width: 50%; }
.yt-tab-listing .respl-items-container .respl-items.respl01-1 .respl-item{ width: 100%; padding: 0;}

@media all and (max-width: 767px){
	.yt-tab-listing .respl-items-container .respl-items.respl04-1{
		margin: 0;
	}
	.yt-tab-listing .respl04-6 .respl-item{ width: 16.64%; }
	.yt-tab-listing .respl04-5 .respl-item{ width: 19.958%; }
	.yt-tab-listing .respl04-4 .respl-item{ width: 24.995%; }
	.yt-tab-listing .respl04-3 .respl-item{ width: 33.315%; }
	.yt-tab-listing .respl04-2 .respl-item{ width: 49.985%; }
	.yt-tab-listing .respl-items-container .respl-items.respl04-1 .respl-item{ width: 100%; }
	.yt-tab-listing .respl04-1 .clr1,
	.yt-tab-listing .respl04-2 .clr2,
	.yt-tab-listing .respl04-3 .clr3,
	.yt-tab-listing .respl04-4 .clr4,
	.yt-tab-listing .respl04-5 .clr5,
	.yt-tab-listing .respl04-6 .clr6{
		clear:both;
	}
}

@media all and (min-width: 768px) and (max-width: 979px){
	.yt-tab-listing .respl-items-container .respl-items.respl03-1{
		margin: 0;
	}
	.yt-tab-listing .respl03-6 .respl-item{ width: 16.6666%; }
	.yt-tab-listing .respl03-5 .respl-item{ width: 20%; }
	.yt-tab-listing .respl03-4 .respl-item{ width: 25%; }
	.yt-tab-listing .respl03-3 .respl-item{  width: 33.3333%; }
	.yt-tab-listing .respl03-2 .respl-item{ width: 50%; }
	.yt-tab-listing .respl-items-container .respl-items.respl03-1 .respl-item{ width: 100%; padding: 0; }
	.yt-tab-listing .respl03-1 .clr1,
	.yt-tab-listing .respl03-2 .clr2,
	.yt-tab-listing .respl03-3 .clr3,
	.yt-tab-listing .respl03-4 .clr4,
	.yt-tab-listing .respl03-5 .clr5,
	.yt-tab-listing .respl03-6 .clr6{
		clear:both;
	}
	.sm-responsive-listing .respl-wrap .respl-items{
    width: 102.7%;
	}
	.sm-responsive-listing .respl-items{
	margin: 0 -1.344% !important;
	}

	.sm-responsive-listing .respl-wrap .respl-items .respl-item{
	float: left;
	margin:0 1.344% 20px 1.344%;
	}


}	

@media all and (min-width: 980px) and (max-width: 1199px){ 
	.yt-tab-listing .respl-items-container .respl-items.respl02-1{
		margin: 0;
	}
	.yt-tab-listing .respl02-6 .respl-item{ width: 16.6666%; }
	.yt-tab-listing .respl02-5 .respl-item{ width: 20%; }
	.yt-tab-listing .respl02-4 .respl-item{ width: 25%; }
	.yt-tab-listing .respl02-3 .respl-item{ width: 33.3333%; }
	.yt-tab-listing .respl02-2 .respl-item{ width: 50%; }
	.yt-tab-listing .respl-items-container .respl-items.respl02-1 .respl-item{ width: 100%; padding: 0;}
	.yt-tab-listing .respl02-1 .clr1,
	.yt-tab-listing .respl02-2 .clr2,
	.yt-tab-listing .respl02-3 .clr3,
	.yt-tab-listing .respl02-4 .clr4,
	.yt-tab-listing .respl02-5 .clr5,
	.yt-tab-listing .respl02-6 .clr6{
		clear:both;
	}
}  

@media all and (min-width: 1200px ) and (max-width: 1599px){
	.yt-tab-listing .respl-items-container .respl-items.respl01-1{
		margin: 0;
	}
	.yt-tab-listing .respl01-6 .respl-item{ width: 16.6666%;}
	.yt-tab-listing .respl01-5 .respl-item{ width: 20%; }
	.yt-tab-listing .respl01-4 .respl-item{ width: 25%; }
	.yt-tab-listing .respl01-3 .respl-item{ width: 33.3333%; }
	.yt-tab-listing .respl01-2 .respl-item{ width: 50%; }
	.yt-tab-listing .respl-items-container .respl-items.respl01-1 .respl-item{ width: 100%; padding: 0;}
	.yt-tab-listing .respl01-1 .clr1,
	.yt-tab-listing .respl01-2 .clr2,
	.yt-tab-listing .respl01-3 .clr3,
	.yt-tab-listing .respl01-4 .clr4,
	.yt-tab-listing .respl01-5 .clr5,
	.yt-tab-listing .respl01-6 .clr6{
		clear:both;
	}
}

@media all and (min-width: 1600px ){
	.yt-tab-listing .respl-items-container .respl-items.respl00-1{
		margin: 0;
	}
	.yt-tab-listing .respl00-6 .respl-item{ width: 16.6666%;}
	.yt-tab-listing .respl00-5 .respl-item{ width: 20%; }
	.yt-tab-listing .respl00-4 .respl-item{ /*width: 22.5%;*/  }
	.yt-tab-listing .respl00-3 .respl-item{ width: 33.3333%; }
	.yt-tab-listing .respl00-2 .respl-item{ width: 50%; }
	.yt-tab-listing .respl-items-container .respl-items.respl00-1 .respl-item{ width: 100%; padding: 0; }
	.yt-tab-listing .respl00-1 .clr1,
	.yt-tab-listing .respl00-2 .clr2,
	.yt-tab-listing .respl00-3 .clr3,
	.yt-tab-listing .respl00-4 .clr4,
	.yt-tab-listing .respl00-5 .clr5,
	.yt-tab-listing .respl00-6 .clr6{
		clear:both;
	}
}

/*-----------------------------ClearFix----------------------*/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}