 .rt-guest-widget.pop_offer {
  position: fixed;
  left: 20px;
  right: auto;
  top: auto;
  bottom: 30px;
  max-width: 240px;
  width: 100%;
  background-color: #eeeeee;
  border-radius: 5px 5px 0px 0px;
  color: #000;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  outline: 0; 
  z-index: 999;
  }
  .rt-guest-widget.pop_offer .rt-widget-header {
    position: relative; }
    .rt-guest-widget.pop_offer .rt-widget-header h3 {
      padding: 12px 30px 12px 20px;
      margin: 0px;
      text-transform: uppercase; }
  .rt-guest-widget.pop_offer .popup-detail-offer {
    padding: 20px;
    background-color: #ffffff; }
  .rt-guest-widget.pop_offer .body_content {
    background-color: #000000;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    min-height: 170px; }
    .rt-guest-widget.pop_offer .body_content .rt-overlay_widget {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      color: #ffffff; }
      .rt-guest-widget.pop_offer .body_content .rt-overlay_widget .popup_detail {
        position: absolute;
        width: 240px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        padding: 20px;
        font-size: 1.5rem; }
        .rt-guest-widget.pop_offer .body_content .rt-overlay_widget .popup_detail a {
          text-decoration: none;
          color: #eeeeee; }
  .rt-guest-widget.pop_offer .widget-booknow-link {
    background-color: #ffffff;
    color: #000000;
    text-transform: uppercase;
    padding: 12px 20px;
    text-align: center;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease; }
    .rt-guest-widget.pop_offer .widget-booknow-link:hover {
      background-color: #000000;
    color: #ffffff;
       }
  .rt-guest-widget.pop_offer .widget_popup_close {
    position: absolute;
    right: -5px;
    top: 10px;
    width: 30px;
    height: 30px;
    color: #000000;
    cursor: pointer;
    font-size: 20px; }

.rt-guest-widget.open-offer-popup {
  width: 50px;
  height: 40px;
  background-color: #000000;
  color: #eeeeee;
  position: fixed;
  left: -60px;
  bottom: 40px;
  transition: all 0.5s ease;
  cursor: pointer;
  border-radius: 0px; 
  z-index: 990;}
  .rt-guest-widget.open-offer-popup span {
    height: 40px;
    line-height: 40px;
    float: right;
    padding-right: 10px;
    font-size: 1.5rem;
    font-weight: bold; }
  .rt-guest-widget.open-offer-popup.active-open {
    left: -10px; }
