.credits-mall .category h1 {
  border-top: 1px solid #f1f1f1;
}
.credits-mall .category .credits-static {
  background-color: #fff;
  border: none;
  height: 40px;
  line-height: 40px;
}
.credits-mall .category .credits-static i {
  font-style: normal;
  color: #ff5a00;
}
.credits-mall .category ul li {
  background: none;
}
.credits-mall .category ul li a:hover {
  color: #ff5a00;
}
.credits-mall .list {
  margin-top: 0 !important;
}
.credits-mall .list .header {
  padding: 10px 20px;
}
.credits-mall .list .header a {
  background: none;
  padding-left: 40px;
  margin-right: 0;
}
.credits-mall .list .products li.item {
  width: 11.9%;
  margin: 0px 0.5%;
}

.credits-mall .list .products li.item .actions a.ex-ins,
 .credits-mall .list .products li.item .actions a.ex-out {
  display: inline-block;
  background: none;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-indent: 0;
  color: #999;
  border: 1px solid #e4e4e4;
}
.credits-mall .list .products li.item .actions a.ex-ins:hover {
  background-color: #fe9400;
  border-color: #fe9400;
  color: #fff;
}
.credits-mall .list .products li.item .actions a.add-to-cart {
  width: 25px;
  height: 25px;
  border: none;
  background: url("../image/cart-small.png") center top no-repeat;
}
.credits-mall .list .products li.item .actions a.add-to-fav {
  width: 25px;
  height: 25px;
  border: none;
  background: url("../image/fav.png") center bottom no-repeat;
}
.credits-mall .list .products li.item:hover {
  border-color: #ff5a00;
}
.credits-mall .current {
  color: #ff5a00 !important;
}
.credits-mall .current a {
  color: #ff5a00;
}
@media (max-width: 760px){

.credits-mall .list .products li.item {
  width: 45.8%;
  margin: 0px 0.5%;
  padding: 1%;
}
.credits-detail .product-info .parsms .cr-opt {
  margin: 2% auto;
  width: 100%;
  float: left;
}


}
