
.lm_offer_drawer_block .offer_drawer_link {
  display: inline-block;
}

.offer_drawer_container {
  display: none;
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 114px;
  border-bottom: 6px solid #000;
  overflow: hidden;
  z-index: 6;
}

.offer_drawer_container .close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 53px;
  height: 53px;
  background: url('/media/export/cms/offer_drawer/offer_close_btn.gif');
  text-indent: -999em;
  cursor: pointer;
  z-index: 2;
}

.device-mobile .lm_offer_drawer_block {
  display: none;
}

.device-mobile .offer_drawer_container {
  display: block;
  position: relative;
  border: 1px solid #aaaaaa;
  margin: 20px 0 10px;
  padding: 7px 10px;
  text-align: center;
  height: auto;
}

.device-mobile .offer_drawer_container .close
{
  display: none;
}

/* Promotional Banner styles*/
/* Moves the banner to the bottom of the page and makes it position fixed as well as changes look */
#banner {
  display: block;
  position: fixed;
  top: auto;
  bottom: 0;
  left:0;
  right: 0;
  min-height: 35px;
  height: auto;
  background-color: #000000;
  border: none;
  z-index: 199;
  margin-bottom: 0;
  color: #ffffff;
}

#banner a:link, #banner a:visited {
  color: #ffffff;
}

#banner a:hover, #banner a:active {
  color: #6f6f6f;
}


.page-products.device-mobile #banner,
.page-product.device-mobile #banner
{
  position: absolute;
}



@media screen and (max-height: 600px) {
  .offer_drawer_container {
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .lm_offer_drawer_block {
    display: none;
  }
  .offer_drawer_container {
    display: none;
  }

  #top, #main {
    top: 0;
  }
}