.open-offer-banner-container {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;


  width: 100%;
}

.open-offer-banner {
  display: block;
  width: 100%;
  margin: 25px auto;
  visibility: hidden;
  height:0px;
  overflow: hidden;
}

.open-offer-banner-container.mobile {
  position: relative;
}

.mobile .open-offer-banner {
  margin: 0;
}

#offers-overlay {
  position: fixed;
  z-index: 8000;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  text-align: center;

  background-color: rgba(0, 0, 0, .75);
}

#offers-overlay #modal-content iframe {
  width: 100%;
}

#offers-overlay #modal-content {
  width: 640px;
  height: 300px;
  margin: 126px auto;

  text-align: center;

  border: 15px solid #323232;
  border-radius: 4px;
  background-color: #fff;
  overflow-y:scroll;
}


.plp-banner-loaded.action_buttons{
    border-bottom: 1px solid #DCDCDC;
}

.plp-banner-loaded.special-offers{
  display:none;
}
