.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.shop-category-list {
  padding-left: 0;
  margin-top: 0;
}
.gfs .shop-category-list > .active > a {
  background-color: #eeeeee;
  color: #333333;
}
.gfs .shop-category-list > .active > a:hover,
.gfs .shop-category-list > .active > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
  color: #333333;
  cursor: default;
}
.shop-item {
  *zoom: 1;
  border: 2px solid #eeeeee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-height: 160px;
  padding: 5px;
  margin-bottom: 20px;
}
.shop-item:before,
.shop-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.shop-item:after {
  clear: both;
}
.shop-item h3 {
  margin-top: 0;
}
.shop-item .price {
  color: #333333;
}
.shop-item select {
  width: auto;
}
@media (min-width: 768px) {
  .shop-item > img,
  .shop-item > a > img {
    float: left;
    margin-right: 5px;
    max-width: 128px;
  }
}
@media (max-width: 767px) {
  .shop-item {
    margin-bottom: 10px;
  }
  .shop-item > img,
  .shop-item > a > img {
    width: auto;
    max-width: 100%;
    margin: 0 auto 5px auto;
    display: block;
  }
}
