/*PROMO PLP TOP STYLES*/

.productlist-details .productreviews, .promos .productreviews {
  padding-top: 0;
}
.productlist-details .productbullets {
    padding: 0px 0 120px 0;
}

.productlist-details .promo-plp {
    position: absolute;
    /* bottom: 70px; */
    /* width: calc(100% - 20px); */
    left: 0;
    right: 0;
    margin: 0 10px 0 10px;
}
.productlist-details .promo-plp {
    display: block;
    min-height: 30px;
    border: 1px solid #e60037;
    padding: 5px;
    line-height: 1;
    /* margin: 0; */
    bottom: 85px;
    text-align: center;
}

.productlist-details .promo-plp .copy {
    color: #e60037;
    font-size: 11px;
}

@media only screen and (min-width : 480px) {
  .productlist-details .promo-plp {
    bottom: 80px;
  }
  .productlist-details .promo-plp .copy {
      font-size: 12px;
  }
  .productlist-details .productbullets {
    padding: 0px 0 100px 0;
  }
  .productlist-details .productreviews, .promos .productreviews {
    padding-top: 5px;
  }
}

@media only screen and (min-width : 768px) {
  .productlist-details .productbullets {
    padding: 0px 0 140px 0;
  }
  .productlist-details .promo-plp {
      /* width: auto; */
      /* position: relative; */
  }
  .productlist-details .promo-plp {
      /* bottom: 60px; */
  }
  .productlist-details .promo-plp {
      line-height: normal;
      bottom: 95px;
  }

  .productlist-details .promo-plp .copy {
      font-size: 13px;
  }
}

@media only screen and (min-width : 992px) {
  .productlist-details .promo-plp {
      /* width: calc(100% - 30px); */
      /* position: absolute; */
  }
  .productlist-details .promo-plp {
      bottom: 98px;
  }
  .productlist-details .productbullets {
    padding: 0 0 145px 0;
  }
}

/*LEGACY*/
.productlist-details.promo-plp-wrapper {
  padding-bottom: 80px;
}

@media only screen and (min-width : 768px) {
  .productlist-details.promo-plp-wrapper {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width : 992px) {
  .productlist-details.promo-plp-wrapper {
    padding-bottom: 40px;
  }
}


.productlist-details.promo-plp-wrapper .productreviews {
  /* bottom: 120px; */
}


.product-carousel .producttitle {
  padding: 0 0 15px 0!important;
}

.product-carousel .productlist-details {
    padding-top: 10px!important;
}

.category-tabs-products .product-carousel .productlist-details .productreviews {
    bottom: 5px!important;
}

.category-tabs-products.product-carousel.productlist-details .productreviews, .promos .productreviews {
  padding-top: 0;
}

@media (max-width: 767px) {
  .product-carousel .productlist-details .productprices {
    min-height: 0;
    bottom: 25px;
    /* width: 100%; */
  }
}

.category-tabs-products .product-carousel .productlist-details .productprices {
    bottom: 35px!important;
}

.product-carousel .productlist-details .promo-plp {
    bottom: 85px;
}

.product-carousel .productlist-details {
    min-height: 280px;
}
@media only screen and (min-width : 480px) {
  .product-carousel .productlist-details .promo-plp {
    bottom: 90px;
  }
  .product-carousel .productlist-details {
    min-height: 260px;
  }
}
@media only screen and (min-width : 768px) {
  .product-carousel .productlist-details {
    min-height: 260px!important;
  }
  .product-carousel .productlist-details .promo-plp {
    bottom: 85px;
  }
}

.product-carousel .productlist-details .productreviews, .promos .productreviews {
  padding-top: 15px;
}


.product-carousel .productlist-details .productreviews {
    position: absolute;
    bottom: -20px;
    width: calc(100% - 20px);
}

@media only screen and (min-width : 768px) {
  .product-carousel .productlist-details .productreviews {
      bottom: 30px;
  }
}