@media screen and (max-width: 899px) {
	
#headermenu .desktopmenu{
	display:none;
}

#headermenu .mobilemenu{
	display:block;
}		

#footerfeatures .item{
	padding:15px 5px;
}

#footerfeatures h5{
	font-size:15px;
}

#footerfeatures h5 font{
	font-size:11px;
	color:#999;
}

#footerfeatures h5 i{
	font-size:38px;
}


}

@media screen and (max-width: 767px) {
	
.wrap{
	padding:0 5%;
}
	
#headertop .callus,
#headertop .wishlist,
#headertop .refer{
	display:none;
}	

#headermain{
	padding:10px 0;
}

#headermain .headerlogo{
	height:30px;
	width: auto;
	margin:10px 0;
}

#headermain .cart,
#headermain .searchtrigger{
	width:30px;
}

#headermenu{
	margin-top:100px;
}

#footer .leftCol{
	width:100%;
	margin-right:0;
	padding:0 2%;
}

#footer .rightCol{
	width:100%;
	margin-top:20px;
}

.footercredits{
	padding:0 2%;
}

}

@media screen and (max-width: 639px) {
	
#headermain .searchdiv{
	display:none;
}

#headermain .searchtrigger{
	display:inline-block !important;
}

#footerfeatures .item{
	width:50%;
	padding:15px;
}
	
}

@media screen and (max-width: 549px) {

.productlist .leftSide{
	width:100%;
	margin-right:0;
	max-width:200px;
	display:block;
	margin:0 auto;
}

.productlist .rightSide{
	width:100%;
	margin-top:10px;
}

.languagelinks a{
	font-size:16px;
	height:50px;
}

.languagelinks a.tamil{
	font-size:14px;
}

.productgrid .item h4{
	font-size:10px;
	line-height:15px;
	margin:10px 0;
}

.homeblocks,
.detailblocks{
	margin:0;
}

}

@media screen and (max-width: 479px) {
	
.footerlinks a{
	width:29.33%;
}

#footerfeatures .item{
	width:100%;
	padding:15px 10px;
	text-align:left;
}

}