#roominfo {
  position: relative;
  background: #fff;
  text-align: center;
  margin-bottom: 50px;
  margin-bottom: 3.3333333333rem;
  margin-top: 10px; }
  @media (min-width: 768px) {
  #roominfo {
    margin-bottom: 50px;
    margin-bottom: 3.3333333333rem; } }
  @media (min-width: 992px) {
  #roominfo {
    height: 80px;
    position: relative;
    margin-top: -80px;
    text-align: left;
    margin-bottom: 80px;
    margin-bottom: 5.3333333333rem;
    padding-top: 17px; }
    #roominfo:before {
      content: "";
      width: calc(100% + 2 * 20px);
      height: 100%;
      position: absolute;
      left: -20px;
      top: 0px;
      display: block;
      background: #fff; } }
  @media (min-width: 1302px) {
  #roominfo {
    margin-bottom: 80px;
    margin-bottom: 5.3333333333rem; } }
  #roominfo .price {
    background: #96c6cf;
    padding: 0 18px;
    border-radius: 999px;
    color: #fff;
    position: relative;
    z-index: 5;
    line-height: 36px;
    font-size: 14px;
    vertical-align: middle;
    text-align: center; }
    #roominfo .price span {
      font-weight: 700; }
    @media (min-width: 992px) {
  #roominfo .price {
    position: absolute;
    left: -20px;
    bottom: calc(100% + 20px); } }
  #roominfo .favdetail {
    display: none;
    position: relative;
    z-index: 5;
    font-weight: 400;
    letter-spacing: 1px;
    color: #557d8d;
    text-transform: uppercase;
    line-height: 55px;
    cursor: pointer;
    font-size: 13px; }
    @media (min-width: 992px) {
  #roominfo .favdetail {
    display: block;
    position: absolute;
    line-height: 55px;
    right: -20px;
    top: 0;
    -moz-transform: translateY(calc(-100% - 20px));
    -o-transform: translateY(calc(-100% - 20px));
    -ms-transform: translateY(calc(-100% - 20px));
    -webkit-transform: translateY(calc(-100% - 20px));
    transform: translateY(calc(-100% - 20px));
    color: #fff; } }
    #roominfo .favdetail:after {
      content: "\e912";
      font-family: 'default';
      font-weight: normal;
      text-indent: 0;
      font-style: normal;
      font-size: 28px;
      position: relative;
      display: inline-block;
      margin-left: 10px;
      top: 7px;
      color: transparent;
      -webkit-text-stroke: 2px #fff;
      -webkit-transition: color 0.2s ease;
      -moz-transition: color 0.2s ease;
      -ms-transition: color 0.2s ease;
      -o-transition: color 0.2s ease;
      transition: color 0.2s ease; }
    #roominfo .favdetail.act:after {
      color: #6998af; }
  #roominfo .back, #roominfo .roomsize, #roominfo .occupancy {
    position: relative;
    z-index: 5;
    margin-right: 20px;
    font-size: 18px;
    font-size: 1.2rem;
    display: inline-block;
    line-height: 46px; }
    #roominfo .back:before, #roominfo .roomsize:before, #roominfo .occupancy:before {
      content: "\e926";
      font-family: 'default';
      font-weight: normal;
      text-indent: 0;
      font-style: normal;
      display: inline-block;
      margin-right: 10px;
      position: relative;
      font-size: 16px;
      top: 2px;
      color: #557d8d; }
    @media (min-width: 1302px) {
  #roominfo .back, #roominfo .roomsize, #roominfo .occupancy {
    margin-right: calc(2 * 20px); } }
  #roominfo .occupancy {
    margin-right: 0px;
    font-weight: 500; }
    #roominfo .occupancy:before {
      content: "\e927"; }
  #roominfo .back {
    text-decoration: none;
    color: #444;
    letter-spacing: 1px;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    display: none;
    width: 170px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    font-family: "area-normal", Arial, serif; }
    #roominfo .back:hover {
      color: #96c6cf; }
    #roominfo .back:before {
      content: "\1f4c5"; }
    @media (min-width: 992px) {
  #roominfo .back {
    display: inline-block; } }
    #roominfo .back:last-of-type {
      margin-right: 0; }
  @media (min-width: 992px) {
  #roominfo .right {
    text-align: right; }
  #roominfo .btn {
    margin: 0; } }
    @media (min-width: 992px) and (min-width: 1302px) {
    #roominfo .btn {
      width: 240px; } }

.roomInfo {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem; }
  .roomInfo .price {
    background: #96c6cf;
    padding: 0 18px;
    border-radius: 999px;
    color: #fff;
    position: relative;
    z-index: 5;
    line-height: 36px;
    font-size: 14px; }
    .roomInfo .price span {
      font-weight: 700; }
