.product-text-rec {
  /* color: white; */
  color: #0E6C99;
  display: inline-block;
  /* font-weight: bold; */
  padding-bottom: 5px;
  /* text-shadow: 1px 1px 1px #333333; */
  padding-right: 1rem;
}


.product-text-rec{
  color: #0E6C99 !important;
  outline: medium none;
  /* overflow: hidden; */
  font-size: 1.2em;
  /* margin-top: 1em; */
  min-height: 3em;
  overflow: auto;
}

.product-text_container {
  position: absolute;
  bottom: 25%;
  width: 100%;
  
}
.product-text_container .product-text-rec {
	font-size: 0.85rem;
}

.product_centered-text {
  text-align: center;
}
a.producttile-button-pd:hover,
button.producttile-button-pd:hover {
  text-decoration: none;
  color: #fff;
  background-color: #e33152;
}
a.producttile-button-pd,
button.producttile-button-pd {
  display: block;
  width: fit-content;
  margin: auto;
  cursor: pointer;
  padding: .5em 2em;
  height: 37px;
  border-radius: 4px;
  /*line-height: 1.875rem;*/
  background-color: #c61b3b;
  color: #fff;
  user-select: none;
  text-decoration: none;
  border: 1px solid #c61b3b;
  font-family: "StJude Medium", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em !important;
}

.producttile-button:hover {
  background-color: rgb(244, 246, 249);
  color: rgb(0, 112, 210);
}

@media screen and (max-width: 767px) {
  .product-image {
    max-width: 100%;
  }

  .experience-assets-producttile .product-price,
  .producttile .product-price {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.experience-assets-producttile .product-price,
.producttile .product-price {
  margin-bottom: 0;
  font-family: "StJude Bold", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;/*$Bold*/
}


.experience-assets-producttile .product-price .price-standard,
.producttile  .product-price .price-standard {
  color: #1a1a1a; /*$black*/
  font-weight: 100;
  text-decoration: line-through;
}

.experience-assets-producttile .product-price .price-sales,
.producttile .product-price .price-sales{
  &.m-sale-price {
    color: #990000;
    /*$error-red*/
    font-weight: 700;
  }
}

.experience-assets-producttile .product-price .price-tiered,
.producttile .product-price .price-tiered {
  color: #990000;
  /*$error-red*/
}