.StoreItemBox {
  border-color: ##e3e3e3;
  background: #f7f7f7;
}
.StoreItemBox {
  display: block;
  float: right;
  width: calc((100% / 5) - 10px);
  border-radius: 17px;
  border: 1px solid;
   border-top-color: #e1e1e1;
  border-right-color: #e1e1e1;
  border-bottom-color: #e1e1e1;
  border-left-color: #e1e1e1;
  overflow: hidden;
  margin-left: 2px;
  margin-right: 17px;
  border: -1px;
  width: 220px;
  height: 309px;
  margin-top: 30px;
}
.ProductSliderBack {
  display: block;
  margin: auto;
    margin-top: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 375px;
  margin-top: 42px;
}
FormItem .form-control {
  border-color: #fdeeee;
  border: 1px solid;

  border-color: #bfbfbf;
}
.StoreSearchResult {
  display: block;
  float: right;
  width: 100%;
  margin-right: 50px;
}