ul.products.grid div[itemprop="description"] {
  display: none;
}
ul.products.grid hr {
  display: none;
}
ul.products.list li.product {
  width: 100%;
  text-align: left !important;
}
ul.products.list li.product:after {
  content: "";
  display: block;
  clear: both;
}
ul.products.list li.product img {
  width: 30.75%;
  float: left;
  margin-bottom: 1.5em;
  -webkit-transition: none !important;
  margin-right: 10px !important;
}
ul.products.list li.product h3,
ul.products.list li.product div[itemprop="description"],
ul.products.list li.product .price,
ul.products.list li.product .gridlist-buttonwrap {
  float: left;
  clear: none;
}
ul.products.list li.product div[itemprop="description"] {
  display: block;
}
ul.products.list li.product .gridlist-buttonwrap {
  margin-bottom: 1.5em;
}
ul.products.list li.product hr {
  clear: both;
}
#gridlist-toggle {
  display: inline-block;
  border: 1px solid #555;
  padding: 0 !important;
  margin-bottom: 1.5em;
  background: #eeeeee;
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#aaaaaa));
  background: -webkit-linear-gradient(#eeeeee, #aaaaaa);
  background: -moz-linear-gradient(center top, #eeeeee 0%, #aaaaaa 100%);
  background: -moz-gradient(center top, #eeeeee 0%, #aaaaaa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eeeeee,endColorstr=#aaaaaa);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eeeeee, endColorstr=#aaaaaa)";
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 1em !important;
  -webkit-box-shadow: inset 0 1px #eeeeee, inset 0 -1px #999999, 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px #eeeeee, inset 0 -1px #999999, 0 1px 2px rgba(0, 0, 0, 0.3);
}
#gridlist-toggle a {
  display: inline-block;
  width: 2em;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  text-decoration: none !important;
  font-weight: normal !important;
  font-family: sans-serif !important;
  font-size: 1em !important;
  line-height: 1.5em !important;
  color: #222 !important;
  text-shadow: 0 1px 0 #eeeeee;
  -webkit-transition: background ease-in-out 0.2s;
  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}
#gridlist-toggle a#grid {
  border-right: 1px solid #000;
}
#gridlist-toggle a span {
  display: none;
}
#gridlist-toggle a:hover {
  color: #000;
  background: rgba(255, 255, 255, 0.2);
}
#gridlist-toggle a.active {
  background: #444444;
  background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#666666));
  background: -webkit-linear-gradient(#444444, #666666);
  background: -moz-linear-gradient(center top, #444444 0%, #666666 100%);
  background: -moz-gradient(center top, #444444 0%, #666666 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#444444,endColorstr=#666666);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#444444, endColorstr=#666666)";
  color: #fff !important;
  text-shadow: 0 1px 0 #000000;
  -webkit-box-shadow: inset 0 1px 2px #444444, inset 0 -1px 0 #777777;
  -moz-box-shadow: inset 0 1px 2px #444444, inset 0 -1px 0 #777777;
}
.button{
margin: 0px !important;
}
.test{
line-height:2.4;
}
.normalview.hide{
display:none !important;
}
.products li .price {
float: left !important;
text-align: left !important;
}