/*PROMO PLP TOP STYLES*/
#single-promo-modal p {
  margin-top: 10px;
}

.productlist-details .promo-plp {
    /* position: absolute; */
    /* bottom: 85px; */
    /* width: calc(100% - 20px); */
    /* float: left; */
}
.productlist-details .promo-plp {
    display: block;
    min-height: 30px;
    border: 1px solid #e60037;
    padding: 5px;
    line-height: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    /* width: 90%; */
    position: absolute;
    left: 0;
    right: 0;
    /* text-align: center; */
    margin: 0 10px 0 10px;
    bottom: 95px;
}

.productlist-details .promo-plp .copy {
    color: #e60037;
    font-size: 11px;
    font-family: 'DroidSans Bold', sans-serif;
}

@media only screen and (min-width : 360px) {
  #single-promo-modal p {
    margin-top: 10px;
  }
}

@media only screen and (min-width : 480px) {
  .productlist-details .promo-plp .copy {
      font-size: 12px;
  }

}

@media only screen and (min-width : 768px) {
  .productlist-details .promo-plp {
      margin: 0 15px 0 15px;
  }

  .productlist-details .promo-plp .copy {
      font-size: 13px;
  }
}

@media only screen and (min-width : 992px) {
  .productlist-details .promo-plp {
      /* margin-top: 10px; */
  }
  .productlist-details .promo-plp {
      bottom: 85px;
  }
}

/*LEGACY*/
.productlist-details.promo-plp-wrapper {
  padding-bottom: 60px;
}

@media only screen and (min-width : 768px) {
  .productlist-details.promo-plp-wrapper {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width : 992px) {
  .productlist-details.promo-plp-wrapper {
    padding-bottom: 20px;
  }
}

.productlist-details.promo-plp-wrapper .productradius {
    margin-top: -120px;
    padding-top: 35px;
    padding-bottom: 110px;
}


@media only screen and (min-width : 768px) {
.productlist-details.promo-plp-wrapper .productradius {
    margin-top: -100px;
    padding-top: 35px;
    padding-bottom: 80px;
}
}









/*STYLES TO FIX CAROUSELS*/

.product-carousel .producttitle {
  padding: 0 0 5px 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: 15px;
    width: 100%;
  }
}

/*.category-tabs-products .product-carousel .productlist-details .productprices {
    bottom: 35px!important;
}*/

.product-carousel .productlist-details .promo-plp {
    bottom: 90px;
}

/*.product-carousel .productlist-details {
    min-height: 180px;
}*/
@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) {
  /* {
    min-height: 260px;
  }*/
  .product-carousel .productlist-details .promo-plp {
    bottom: 85px;
  }
}


.product-carousel .productlist-product .productsash {
    min-height: 34px;
}
