a {
  cursor: pointer;
}
.searchbar {float:right;}
/*.row {margin-left: 0px;}*/
/*body {background: #f2f2f2;}*/

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
  margin-top: -3px;
}

.swiper-container {
  /*height: 179px;*/
  padding-bottom: 45px;
}
.swiper-slide {
  text-align: center;
  font-size: 12px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  width: 96px;
  cursor:pointer;
  border-radius: 3px;
  box-shadow: 5px 5px 10px #ccc;
  padding-bottom: 8px;
}
.img_wrap {
  display: block;
  width: 100%;
  height: 96px;
  margin-bottom: 8px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.img_wrap img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.text_wrap {
  height: 32px;
  max-height: 32px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.text_class {text-shadow: #666 0.1em 0.1em 0.2em}
.stag_grey {
  font-family: Helvetica;
  background-color:#999;
  border-radius:4px;
  font-size:12px;
  padding:3px;
  color:white;
  margin-right:4px;
}
.stag_brand {
  font-family: Helvetica;
  background-color:#ca8a80;
  border-radius:4px;
  font-size:12px;
  padding:3px;
  color:white;
  margin-right:4px;
}
.button {
  background-color: #666666;
  padding: 10px;
  color: white;
}
.button:hover {
  color:white;
}
.button.pink {
  background-color: #ff5a5a;
}
.button.blue {
  background-color: #5a5aff;
}
.button.green {
  background-color: #5aba5a;
}

.btn-remove {
  background-image: linear-gradient(to bottom, #e87c6e 0%, #e87c6e 100%);
  padding-top: 0px;
  padding-bottom: 0px;
}