
/* Important! This file is to only be edited through WebDAV or through the control panel by the client, not theme partners/designers. */

.SubCategoryList li { width:28%; float:left; }

@media screen and (max-width: 640px) and (min-width: 480px) {
.SubCategoryList li { width:46%; float:left; }
}

@media screen and (max-width: 420px){
.SubCategoryList li { width:98%; float:left; }
}