.indexProductsInner {
  background-repeat: no-repeat !important;
  height: 350px !important;
  overflow: hidden !important;
  padding: 18px 5px 10px 10px !important;
  border-radius: 15px !important;
  -webkit-box-shadow: rgb(0 0 0 / 80%) 0px 0 10px !important;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px !important;
  box-shadow: rgb(0 0 0 / 80%) 0 0 10px !important;
  background: rgba(217, 196, 179, 07) !important;
}

.indexProducts {
  width: 250px !important;
}

.indexProductsImageHolder {
  height: 100%
}

.indexProductsImage img {
  height: 100%;
  width: auto
}

.indexProducts .price {
  height: 20px
}

.cards {
  width: 19%;
  display: inline-block;
  text-align: center
}

.content_cards {
  padding: 25px 0;
  background: hsla(0, 0%, 100%, .4)
}

.align_rigth {
  text-align: right
}

.centerBoxHeading_new {
  display: block;
  background: #831d13;
  padding: 6px 9pt;
  font-size: 1.4em;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  position: relative
}

@media(max-width:498px) {
  .cards {
    width: 45%;
    text-align: center !important;
    margin-top: 10px
  }
}

.listingProductImage {
  height: 200px;
  width: 200px;
  margin-left: 8px;
}

.product_image_listing {
  height: 140px !important;
  width: auto !important;
}
