@charset "utf-8";
/* RESPONSIVE CSS
    -------------------------------------------------- */
/* CSS Document */
    /* Large desktop */
@media (min-width: 1200px) { 

}
@media (min-width: 941px) { 

}     
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 

}
     
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
#logo{
	text-align:center;
}
.header-semi{
	text-align: center;
}
#shopping{
	margin: 0px 0px 20px 0px;
}
.footer{
	text-align:center;
}
/* Start : Category Page */
.product-list .description{
	float: left;
	width:100%
}
.sort{
text-align:left;		
	
}
.limit{
text-align:left;	
}
/* End : Category Page */
}
     
/* Landscape phones and down */
@media (max-width: 480px) { 

}