.ProductListOuterWrap {
  margin-left: -15px;
}

.ProductList_Products_List_Stock .InStockAt {
  color: #000000 !important;
  padding: 10px;
  border: 1px solid #97e1f9;
  background-color: #e2f8ff;
  border-radius: 10px;
}

.InStockAt:after {
  font-weight: bold;
  color: #000000;
  content: "*";
}

.Category {
  height: 250px;
  max-height: 250px;
  min-height: 250px;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
}

.category_image {
  width: 100%;
  height: 100%;
}

.overlay_text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(100, 100, 100, 0.75);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  font-size: 20px;
  line-height: 250px;
}

.Category:hover .overlay_text {
  visibility: visible;
  opacity: 1;
  cursor: pointer;
}

.add-muti-products {
  width: 100%;
  padding-right: 15px;
  padding-left: 8px;
}

.btn-add-muti-products {
  background-color: #6db344;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-grid;
  transition: all ease 500ms;
  margin-bottom: 15px !important;
  text-align: center;
  padding: 7px 0;
}
