/*******************************************
***          YT Framework: css          ***
*******************************************/


/* Medium devices Desktops  
// ------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
	
}

/* Small devices Tablets	
// ------------------*/
@media (min-width: 768px) and (max-width: 979px) {
	
}

/* Extra small devices Phones
// ------------------*/
@media (max-width: 767px){
	
}
ul, li {
	list-style: none;
}
.testimonial2 .yt-content-slider .yt-content-slide .caption {
	position: unset;
	background: unset;
	color: unset;
}
.productdetails .productdetail-content .tab-product-detail .yt-tabs .tab-content .clearfix {
	max-height: 0px;
}
.productdetails .productdetail-content .tab-product-detail .yt-tabs .tab-content .clearfix.active {
	max-height: 1000px;
}