@maincolor: #f0ad4e;
@import "../admin/css/label.less";
@font-face {
  font-family: 'weather';
  src: url('../fonts/artill_clean_icons-webfont.eot');
  src: url('../fonts/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/artill_clean_icons-webfont.woff') format('woff'),
  url('../fonts/artill_clean_icons-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
table th{
  font-size: 15px;
}
table td{
  font-size: 14px;
}
.icon-location {
  color: #fff;
  font-family: 'weather', sans-serif;
  font-size: 150px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.0;
  text-transform: none;
}

.icon-0:before {
  content: ":";
}

.icon-1:before {
  content: "p";
}

.icon-2:before {
  content: "S";
}

.icon-3:before {
  content: "Q";
}

.icon-4:before {
  content: "S";
}

.icon-5:before {
  content: "W";
}

.icon-6:before {
  content: "W";
}

.icon-7:before {
  content: "W";
}

.icon-8:before {
  content: "W";
}

.icon-9:before {
  content: "I";
}

.icon-10:before {
  content: "W";
}

.icon-11:before {
  content: "I";
}

.icon-12:before {
  content: "I";
}

.icon-13:before {
  content: "I";
}

.icon-14:before {
  content: "I";
}

.icon-15:before {
  content: "W";
}

.icon-16:before {
  content: "I";
}

.icon-17:before {
  content: "W";
}

.icon-18:before {
  content: "U";
}

.icon-19:before {
  content: "Z";
}

.icon-20:before {
  content: "Z";
}

.icon-21:before {
  content: "Z";
}

.icon-22:before {
  content: "Z";
}

.icon-23:before {
  content: "Z";
}

.icon-24:before {
  content: "E";
}

.icon-25:before {
  content: "E";
}

.icon-26:before {
  content: "3";
}

.icon-27:before {
  content: "a";
}

.icon-28:before {
  content: "A";
}

.icon-29:before {
  content: "a";
}

.icon-30:before {
  content: "A";
}

.icon-31:before {
  content: "6";
}

.icon-32:before {
  content: "1";
}

.icon-33:before {
  content: "6";
}

.icon-34:before {
  content: "1";
}

.icon-35:before {
  content: "W";
}

.icon-36:before {
  content: "1";
}

.icon-37:before {
  content: "S";
}

.icon-38:before {
  content: "S";
}

.icon-39:before {
  content: "S";
}

.icon-40:before {
  content: "M";
}

.icon-41:before {
  content: "W";
}

.icon-42:before {
  content: "I";
}

.icon-43:before {
  content: "W";
}

.icon-44:before {
  content: "a";
}

.icon-45:before {
  content: "S";
}

.icon-46:before {
  content: "U";
}

.icon-47:before {
  content: "S";
}

//Helper Class
.tab-padding {
  padding: 20px;
}

.input-error {
  border-color: red;
}

img {
  max-width: 100%;
}

ul.wpbooking-all-gateways li {
  list-style: none;
}

.mb20 {
  margin-bottom: 20px;
}

.mt10 {
  margin-top: 10px;
}

.clearfix {
  &:before, &:after {
    display: table;
    content: " ";
  }
  &:after {
    clear: both;
  }
}

.block {
  display: block !important;
}

.spinner {
  background: url(../images/spinner.gif) no-repeat;
  background-size: auto auto;
  background-size: 20px 20px;
  display: inline-block;
  float: right;
  vertical-align: middle;
  opacity: .7;
  filter: alpha(opacity=70);
  width: 20px;
  height: 20px;
  margin: 4px 10px 0;
  visibility: hidden;
  &.is-active {
    visibility: visible;
  }
}

.wpbooking-search-start,
.wpbooking-search-end,
.wpbooking-date-start,
.wpbooking-date-end {
  cursor: pointer;
}

.wpbooking-location-item {
  position: relative;
  .wpbooking-location-temp {
    position: absolute;
    top: 0;
    right: 10px;
    margin: 0;
    font-size: 18px;
    color: #FFF;
    .icon-location {
      font-size: 35px;
      margin-right: 5px;
    }
  }
  .wpbooking-location-title{
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(0,0,0,0.6);
    a{
      display: block;
      text-align: center;
      font-size: 22px;
      color: #FFF;
      text-decoration: none;
      outline: none;
      border: none;
      &:hover{
        text-decoration: none;
        outline: none;
      }
    }
  }
}

// Button
.wb-btn {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 4px 10px;
  //display: inline-block;

  &.wb-btn-success {
    background: #5cb85c;
    border: 1px solid #4cae4c;
    color: white;
    &:hover {
      background: #4cae4c;
    }
  }
  &:hover {
    text-decoration: none;
  }

  &.wb-btn-primary {

    color: white;
    background: #f0ad4e;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    border: 1px solid #ff9933;
    border-radius: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    &:active, &:visited {
      background: #ff9933;
    }
  }

  &.wb-btn-blue {
    background: #31b0d5;
    border: 1px solid #269abc;
    color: white;
    &:active {
      background: #269abc;
    }
  }
  &.wb-btn-md {
    height: 31px;
    padding-left: 15px;
    padding-right: 15px;
  }
  &.wb-btn-default {
    border: 1px solid #d5d5d5;
  }
}

// Alert
.alert {
  padding: 10px;
  margin: 20px 0px;
  border: 1px solid transparent;
  border-radius: 0px;
  font-size: 14px;
  &.alert-information,
  &.alert-info {
    background-color: rgba(52, 211, 235, 0.2);
    border-color: rgba(52, 211, 235, 0.3);
    color: #35b8e0;
  }
  &.alert-success {
    background-color: rgba(95, 190, 170, 0.3);
    border-color: rgba(95, 190, 170, 0.4);
    color: #5fbeaa;
  }
  &.alert-danger,
  &.alert-error {
    background-color: rgba(240, 80, 80, 0.2);
    border-color: rgba(240, 80, 80, 0.3);
    color: #ff5b5b;
  }
  &.alert-default {
    border: 1px solid #e6e6e6;
    color: #666;
  }
  a {
    text-decoration: none !important;
  }
  p {
    margin-bottom: 0px;
  }
}

.hidden {
  display: none;
}

// Default Button
.button {

}

.mt20 {
  margin-top: 20px;
}

.clear {
  clear: both;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.form-group {
  margin-bottom: 15px;
}

.wpbooking-form-group {
  margin-bottom: 15px;
}

.wpbooking-check-in-out {
  height: 0 !important;
  padding: 0 !important;
  visibility: hidden;
  line-height: 0 !important;
  display: inherit !important;
}

/*
// Rating Review
*/
.wpbooking-rating-result-wrap,
.wpbooking-rating-review {
  br {
    display: none;
  }

}

// Hide Search Button in archive page
.wpbooking-archive-page {
  //.search-button-wrap{
  //    display: none;
  //}
  .wpbooking-search-form-wrap.show-more-active {
    .search-button-wrap {
      display: block;
    }
  }
}

//.select2-container
.select2-container {
  font-size: 14px;
  width: 100% !important;
}

.ui-datepicker {
  font-size: 14px;
}

// Search form
.wpbooking-search-form {

  padding: 30px 15px;
  border: 1px solid #d5d5d5;
  color: #333333;
  .widget-title {
    text-transform: none;
    font-weight: normal;
    margin-bottom: 25px;
    font-size: 24px;
  }
  .item-search {
    margin-bottom: 25px;
    > label {
      margin-bottom: 11px;
      display: block;
      font-size: 16px;
      font-weight: bold;
    }

    .list-checkbox {
      font-size: 14px;
      label {
        display: block;
        margin-bottom: 8px;

      }
      .show-more-terms {
        font-size: 13px;
        font-style: italic;
      }
    }

    input[type=text], select, .select2-container {
      width: 100%;
      height: 36px;
      line-height: 36px;
      border-radius: 0;
      border: 1px solid #d5d5d5;
      padding: 0px 10px;
      background: #FFF;
      font-size: 14px;
      color: #555555;
      box-sizing: border-box;
      &.small-input {
        width: auto;
      }
      &.wb-error {
        border: 1px solid red;
      }
    }
    .wb-checkbox-search {
      width: 15px;
      height: 15px;
      margin-right: 10px;
      position: relative;
      top: 3px;
      &:focus {
        outline: none;
      }
    }
    &.wb-error {
      .select2-container {
        border: 1px solid red;
      }
    }
    .hidden_term {
      display: none;
    }
    .show-more-terms {
      cursor: pointer;
    }
    &.search-price {

      .price-chart-wrap {
        overflow: hidden;
        margin-bottom: -19px;
        margin-top: 30px;
        #wpbooking-price-chart2 {
          background: #e6e6e6;
          //margin-left: -34px;
          //margin-bottom: -43px;
        }
      }
      .irs-line {
        background: #cccccc;
        height: 11px;
        border-radius: 0;
        border: none;
      }
      .irs-bar {
        background: @maincolor;
        height: 11px;
        border: none;
      }
      .irs-slider {
        width: 12px;
        height: 11px;
        background: white;
        box-shadow: none;
        border: 1px solid @maincolor;
        border-radius: 0px;
        top: 13px;
      }
      .irs-from, .irs-to, .irs-single {
        font-size: 11px;
      }
      .irs-min, .irs-max {
        background: none;
      }
      .irs-to, .irs-from {
        background: @maincolor;
        border-radius: 0;
      }

    }
    &.datepicker-field {
      .item-search-content {
        position: relative;
        label {
          display: block;
          i {
            position: absolute;
            top: 8px;
            right: 10px;
            font-size: 20px;
          }
        }
      }
    }
  }
  .item-adult-search {
    float: left;
    width: 50%;
    padding-right: 10px;
  }
  .item-child-search {
    width: 50%;
    float: left;
    padding-left: 10px;
  }
  .select2-container--default .select2-selection--single {
    height: 34px;
    border-radius: 0px;
    border: none;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
    font-size: 14px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
  }

  .wpbooking-search-form-more {
    display: none;
  }
  .search-button-wrap {
    .wb-button {
      margin-top: 10px;
      text-transform: uppercase;
      background: @maincolor;
      border: 1px solid @maincolor;
      width: 100%;
      color: white;
      padding: 8px 35px;
      font-weight: normal;
      &:active, &:visited {
        background: #269abc;
      }
    }
  }
  .wpbooking-search-form-more-wrap {
    //text-align: right;
    margin-bottom: 20px;
    .wpbooking-show-more-fields {
      font-size: 14px;
      color: #333;
      display: block;
      width: 100%;
      text-align: right;
      margin-bottom: 20px;
      font-style: italic;
      &:hover {
        text-decoration: underline;
      }
      &:focus {
        outline: none;
      }
      .for-less {
        display: none;
      }
      &.active {
        .for-more {
          display: none;
        }
        .for-less {
          display: inline;
        }
      }
    }
  }
  .star-rating {
    i {
      margin-right: 4px;
    }
  }

  .wb-collapse {
    display: none;
  }
}

// Loop Header
.wpbooking-loop-header {
  margin-bottom: 40px;
  .clearfix;
  .search-title {
    margin-bottom: 20px;
    h2 {
      font-size: 32px;
      @media (max-width: 767px) {
        font-size: 24px;
      }
    }
  }
  .col-post-found {
    width: 60%;
    float: left;
    padding-right: 10px;
    .post-found-count {
      font-size: 28px;
      color: #666666;
      font-weight: normal;
      margin-top: 0px;
      @media (max-width: 767px) {
        font-size: 22px;
      }
    }

    .post-query-desc {
      font-size: 14px;
      color: #666;
      font-style: italic;
      span {
        color: @maincolor;
      }
    }
  }
  .col-loop-order {
    width: 40%;
    float: left;
    padding: 10px 0 0 10px;
    .wpbooking-loop-order {
      text-align: right;
      width: 100%;
      float: right;
      select {
        background: #f2f2f2;
        border: 1px solid #d5d5d5;
        font-size: 14px;
        color: #666666;
        height: 30px;
        width: 150px;
      }
      .wb-btn.wb-btn-grid, .wb-btn.wb-btn-list {
        display: inline-block;
        text-decoration: none;
        font-size: 13px;
        line-height: 29px;
        height: 29px;
        margin: 0;
        padding: 0 10px 1px;
        cursor: pointer;
        border-width: 1px;
        border-style: solid;
        -webkit-appearance: none;
        white-space: nowrap;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #555;
        border-color: #ccc;
        background: #f7f7f7;
        -webkit-box-shadow: 0 1px 0 #ccc;
        box-shadow: 0 1px 0 #ccc;
        &:hover {
          background: #fafafa;
          border-color: #999;
          color: #23282d;
        }
        &:focus {
          outline: none;
        }
        &.active {
          background: @maincolor;
          color: #fff;
          border-color: @maincolor;
        }
      }
    }
    .wpbooking-view-switch {
      float: right;
      margin-right: 20px;
      a {
        i {
          font-size: 20px;
          color: #999999;
          padding: 3px 4px;
          border: 1px solid transparent;
        }

        &.active {
          i {
            background: #e6e6e6;
            border: 1px solid #d6d6d6;
          }
        }

        &:focus, &:active {
          outline: none;
        }
      }
    }
  }
  @media (max-width: 1199px) {
    .col-post-found, .col-loop-order, .search-title {
      width: 100%;
      padding: 0;
    }

    & {
      margin-bottom: 20px;
    }
  }

}

.wb-hotel-star {
  font-size: 11px;
  margin-bottom: 5px;
  .wpbooking-icon-star {
    margin-right: 3px;
    color: #ff9966;
  }
  .active {
    .wpbooking-icon-star:before {
      content: "\f005";
    }
  }
  span:last-child {
    padding-left: 3px;
  }
}

.wpbooking-loop-wrap {
  .wpbooking-loop-items {
    margin-left: -15px;
    margin-right: -15px;
    list-style: none;
    .clearfix;
    .loop-item {
      box-sizing: border-box;
      box-shadow: none;
      padding: 0px 15px;
      margin: 0px;
      float: left;
      width: 50%;
      border: none;
      margin-bottom: 28px;
      &:nth-child(2n+1) {
        clear: both;
      }
      .content-item {
        background: white;
        transition: all 0.2s;
        border: 1px solid #e6e6e6;
        padding: 11px 13px;
        &:hover {
          border-color: @maincolor;
          .service-title a {
            color: @maincolor;
          }
        }

        .service-thumbnail {
          float: left;
        }

        .service-content {
          .service-title {
            margin: 0 0 5px;
            font-size: 18px;
            font-weight: normal;
            a {
              &:hover, &:focus {
                text-decoration: underline;
              }
            }
          }
          .service-address-rate {
            .clearfix;
            .service-address {
              color: #666666;
              font-size: 13px;
              float: left;
            }

          }
          .wb-latest-booking {
            margin-bottom: 10px;
            font-size: 12px;
            font-style: italic;
            color: #999;
            margin-top: 10px;
          }

          .wb-score-review {
            position: absolute;
            bottom: 15px;
            font-size: 15px;
            font-style: italic;
            span {
              font-size: 13px;
            }

          }

          .service-price-book-now {
            .clearfix;
            margin-top: 15px;
            .service-price {
              display: inline-block;
              line-height: normal;
              font-size: 13px;
              margin-bottom: 20px;
              width: 100%;
              .price {
                font-size: 23px;
                width: 100%;
                display: block;
                .symbol {
                  font-size: 18px;
                }
              }
            }
            .service-book-now {
              display: inline-block;
              float: right;
            }
          }

        }

      }

      //responsive

    }

    &.list {
      margin-left: 0px;
      margin-right: 0px;
      .loop-item {
        width: 100%;
        padding: 0px;
        .content-item {
          .clearfix;
          position: relative;
          .service-thumbnail {
            float: left;
            @media (min-width: 640px) {
              & {
                width: 150px;
                height: auto;
                min-height: 150px;
              }
            }
          }

          .service-content {
            width: ~"calc(100% - 165px)";
            float: right;
            .service-content-inner {
              float: left;
              width: 70%;
              .service-address {
                float: none;
              }
              .service-rate {
                float: none;
                text-align: left;
                .rating-count {
                  text-align: left;
                }
              }
              .wpbooking-room-type {
                margin-top: 0px;
              }
              @media (min-width: 1200px) {
                //padding-bottom: 30px;
              }
            }
            .service-price-book-now {
              margin-top: 0px;
              float: right;
              width: 30%;
              text-align: right;
              .service-book-now {
                position: relative;
              }
            }
          }
          //responsive
          @media (max-width: 1199px) {
            & {
              box-shadow: 0px 1px 1px #ccc;
              .service-content {
                .service-content-inner {
                  width: 100%;
                  .wb-score-review {
                    position: relative;
                    bottom: -10px;
                  }
                }
                .service-price-book-now {
                  width: 100%;
                  margin-top: 15px;
                  border-top: 1px solid #DDD;
                  .service-price {
                    width: 100%;
                    margin-bottom: 0;
                    margin-top: 5px;
                    br {
                      display: none;
                    }
                    span {
                      display: inline;
                    }
                  }
                  .service-book-now {
                    display: none;
                  }
                }
              }
            }

          }
          @media (max-width: 639px) {
            .service-thumbnail {
              width: 25%;
              position: absolute;
              bottom: 10px;
              left: 10px;
              top: 10px;
            }

            .service-content {
              padding-left: 10px;
              margin-left: 25%;
              width: 75%;
            }
          }
        }
      }
    }
    &.grid {
      .loop-item .content-item {
        .service-thumbnail {
          margin-bottom: 10px;
          width: 100%;
          img {
            width: 100%;
          }
        }
        .service-content {
          .service-content-inner {
            padding-bottom: 0;
            .wb-score-review {
              position: relative;
              bottom: 0;
            }
            .wb-latest-booking {
              margin-top: 0;
            }
            .service-address-rate {
              margin-bottom: 10px;
            }
          }
          .service-price-book-now {
            padding-top: 12px;
            border-top: 1px solid #ddd;
            position: relative;
            .service-price {
              width: 50%;
              margin-bottom: 0;
              .price {
                display: inline;
              }
            }
            .service-book-now {
              position: absolute;
              bottom: 8px;
              right: 0;
            }

          }
        }

      }
    }
    @media (max-width: 768px) {
      .loop-item {
        width: 100%;
      }
    }
    @media (max-width: 1200px) and (min-width: 955px) {
      .loop-item {
        width: 100%;
      }
    }
  }
  &.loading {
    position: relative;
    &:before {
      content: "";
      position: absolute;
      top: 0px;
      z-index: 2;
      left: 0px;
      right: 0px;
      bottom: 0px;
      opacity: 0.7;
      background: white;
    }
  }
}

.wpbooking-container {
  padding: 20px;
  ul {
    list-style: none;
    margin: 0px;
  }
  .info-item {
    font-size: 13px;
  }
}

.date-group {
  position: relative;
  margin-bottom: 25px;
  z-index: 0;
  .title {
    width: 100%;
    font-weight: bold;
    float: left;
    margin-bottom: 11px;
  }
  .item-search {
    margin-bottom: 0 !important;
    width: 50%;
    float: left;
    .wpbooking-date-start {
      border-right: none !important;
    }
    .wpbooking-date-end {
      border-left: none !important;
      padding-left: 15px !important;
    }
  }
  .arrow-icon {
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -10px;
    z-index: 1;
  }
}

.wb-archive-wrapper {
  padding-left: 8%;
  padding-right: 8%;
}

.wpbooking-single-content {
  margin: 0px;
  padding: 15px;
  .single-thumbnai {
    margin-bottom: 10px;
  }
  .space-top-1 {
    margin-top: 10px;
  }
  .space-top-2 {
    margin-top: 20px;
  }
  .space-top-3 {
    margin-top: 30px;
  }
  .space-top-4 {
    margin-top: 40px;
  }
  .space-top-5 {
    margin-top: 50px;
  }
  .wpbooking_google_map {
    height: 500px;
  }
  .booking-item-features {
    list-style: none;
  }
}

/// Submit Button Loading Icons
.submit-button {
  &.loading {
    &:after {
      -webkit-animation: fa-spin 1s infinite steps(8);
      animation: fa-spin 1s infinite steps(8);
      content: "\f110";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-left: 5px;
    }
  }
}

// Cart Page
.wpbooking-cart-wrap {
  .wpbooking-cart-table {
    tr {
      .small-col {
        width: 6%;
      }

    }
  }
}

// Widget Minicart
.widget_wpbooking_cart {
  .wpbooking-cart-widget-wrap {
    padding: 30px 15px 15px;
    border: 1px solid #d5d5d5;

    .wpbooking-cart-widget-content {
      .review-order-item {
        border: 1px solid #d5d5d5
      }
      .review-order-item-price {
        color: #666666;
        font-size: 14px;
      }
      .show_more_review_order {
        display: none;
      }
    }

    .cart-total {
      color: #666666;
      font-size: 14px;
      margin-top: 15px;
      .clearfix;
      .total-amount {
        float: right;
      }
    }
    .cart-actions {
      .clearfix;
      .wb-to-checkout {
        float: right;
      }
      .wb-btn {
        padding: 5px 17px;
      }
    }
  }
}

// Cart Item Mini Cart
.review-order-item {
  .clearfix;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  margin-top: 30px;
  position: relative;

  .review-order-item-info {
    .clearfix;
    padding: 15px;
    .review-order-item-img {
      float: left;
      margin-right: 15px;
      img {
        max-width: 150px;

      }
    }
    @media (max-width: 480px) {
      .review-order-item-img {
        width: 100%;
        text-align: left;
        img {
          display: inline;
        }
      }

      .review-order-item-title {
        text-align: center;
        width: 100%;
        float: none;
      }
    }
    .review-order-item-title {
      float: right;
      width: ~"calc(100% - 170px)";
      @media (max-width: 480px) {
        width: 100%;
        text-align: left;
      }
      .service-name {
        margin: 0px;
        font-weight: normal;
        line-height: normal;
        font-size: 14px;
        width: 70%;
        @media (max-width: 480px) {
          width: 100%;
          margin-top: 20px;
        }
        a {
          border: medium none;
          display: inline-block;
          font-size: 20px;
          font-weight: 700;
          margin-bottom: 10px;
          &:hover {
            text-decoration: none;
          }
        }
      }
      p {
        margin-bottom: 0px;
      }
      .service-address {
        color: #666;
      }
      .review-order-item-price {
        &.tour-price {
          position: absolute;
          right: 10px;
          top: 10px;
          font-size: 20px;
          font-weight: bold;
        }
      }
      .wb-contact-list {
        margin-bottom: 30px;
        a {
          border: none;

        }
      }
      .people-price-item, .from-detail {
        color: #333;
        position: relative;
        &:after {
          background: #cccccc;
          position: absolute;
          content: '';
          width: 100%;
          bottom: 6px;
          height: 1px;
          left: 0px;
          right: 0px;
          z-index: 0;
        }
        span {
          position: relative;
          z-index: 1;
          background: white;
        }
        .price-item, .from-detail-duration {
          float: right;
          padding-left: 10px;
        }
        .head-item {
          padding-right: 10px;

        }
        &.bold {
          font-weight: bold;
          &:after {
            background: none !important;
          }
          .head-item {
            font-weight: bold;
          }
        }
        @media (max-width: 480px) {
          text-align: left;
        }
      }
      .review-order-item-form-to {
        margin-top: 20px;
        span {
          font-weight: 700;

        }
        small {
          a {
            border: medium none;
            color: @maincolor;
          }
        }
      }
    }
  }
  .review-order-item-table {
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: -1px;
    table {
      margin-bottom: 0px;
    }
    .td-inner {
      padding-left: 0;
      padding-right: 0;
    }
    td {
      position: relative;
    }
    .delete-cart-item {
      border-bottom: medium none !important;
      left: 0;
      position: absolute;
      right: 0;
    }
    .room-image {
      padding-left: 15px;
      padding-right: 0px !important;
      img {
        margin-top: 5px;
      }
    }
    .container-fluid {
      padding-bottom: 15px;
      padding-top: 15px;
    }
    .sub-title {
      color: #666666;
      font-size: 13px;
      font-style: italic;
    }
    .title {
      font-weight: bold;

      &.price {
        font-weight: normal;
      }
    }
    .col-title {
      padding-left: 15px;
    }
    .extra-service {
      margin-left: 0;
      margin-top: 20px;
      .extra-item {
        color: #333333;

        &.price {
          font-style: normal;
        }
      }
      .title {
        text-transform: none;
      }
    }
    .room-info {
      table {
        margin-top: 10px;
        th, td {
          padding-left: 10px;
        }
        .desc {
          font-style: italic;
        }
      }
      thead {
        background: #ececec;
      }
      .btn_detail_checkout {
        /* font-size: 13px;
                font-style: italic;
                font-weight: normal;
                margin-top: 20px;
                padding: 3px 11px;
                background: @maincolor;*/
        color: @maincolor;
        cursor: pointer;
        display: inline-block;
        font-style: italic;
        padding-top: 10px;
      }
      .content_details {
        display: none;
      }
    }
  }
  @media (max-width: 480px) {
    .review-order-item-table {
      .room-image {

      }
      overflow-x: auto;
      & > table {
        width: 400px;
      }
    }
  }

}

// Default Wrap CSS
.site-main {
  &.twentyfifteen {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
    padding: 10%;
    margin-bottom: 7.6923%;
    margin-top: 8.3332%;
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .15);
  }

}

.wpbooking-price-chart {
  //padding: 0px 15px;
  margin-bottom: -19px;
  .bar-item {
    display: inline-block;
    width: 3.33%;
    background: rgba(118, 118, 118, 0.5);
  }
}

// Ion-ranger slider
.irs {
  .irs {
    .irs-line {
      top: 13px;
    }
    .irs-from, .irs-to, .irs-single, .irs-min, .irs-max {
      bottom: 0px;
      top: auto;
    }
  }
  .irs-bar {
    top: 13px;
  }
  .irs-slider {
    top: 4px;
  }
}

// Register
.wpbooking-register-form {
  .upload-certificate {
    display: none;
    .btn-file {
      overflow: hidden;
      input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
      }
    }
    .upload_input {
      display: none;
    }
    &.active {
      display: block;
    }

    .uploaded_image_preview {
      max-width: 200px;
    }
  }
}

.upload-avatar {
  .btn-file {
    overflow: hidden;
    input[type=file] {
      position: absolute;
      top: 0;
      right: 0;
      min-width: 100%;
      min-height: 100%;
      /* font-size: 100px;*/
      text-align: right;
      filter: alpha(opacity=0);
      opacity: 0;
      outline: none;
      background: white;
      cursor: inherit;
      display: block;
    }
  }
  .upload_input {
    display: none;
  }
  &.active {
    display: block;
  }

  .uploaded_image_preview {
    max-width: 200px;
  }
}

//@import "bootstrap.vertical-tabs";
.wpbooking-service-edit {
  .form-row {
    margin-bottom: 30px;
    .form-title {
      margin-top: 0px;
      margin-bottom: 15px;
    }
  }
  #wp-service_content-editor-container {
    border: 1px solid #ddd
  }

  .wpbooking-service-metabox {
    .clearfix;
    font-size: 14px;

    .col-tab-nav {
      //float: left;
      //width: 20%;
      .nav-tabs {
        border-bottom: none;
        a {
          &:hover {
            border-bottom: 1px solid #eeeeee;
          }
        }
      }
    }
    .col-tab-content {
      //float: left;
      //width: 80%;
      .tab-content {
        padding: 10px;
        border: 1px solid #ddd
      }
    }

    h4 {
      font-size: initial;
      margin: 0px;
    }

    .wpbooking-accordion-title {
      font-size: initial;
      margin: 0px;
    }

    .wpbooking-metabox-accordion {
      margin-bottom: 20px;
      .wpbooking-accordion-title {
        cursor: pointer;
        border: 1px solid #d3d3d3;
        background: #e6e6e6;
        padding: 7px 10px;
        margin-bottom: 0px;
        font-size: 14px;
        font-weight: bold;
      }

      &.active {
        .wpbooking-accordion-title {
          background: white;

          i {
            &:before {
              content: "\f0ab";
            }
          }
        }
      }
      .wpbooking-metabox-accordion-content {
        display: none;
        margin-top: -1px;
        border: 1px solid #d3d3d3;
        padding: 10px 10px;

      }
    }

    .wpbooking-form-group {
      .clearfix;
      margin-bottom: 20px;
      .st-metabox-left {
        font-weight: bold;
        width: 200px;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
      }
      .st-metabox-right {
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
        margin-left: 200px;
      }
      @media (max-width: 1399px) {
        .st-metabox-left {
          width: 100%;
          float: none;
        }

        .st-metabox-right {
          width: 100%;
          margin-left: auto;
          margin-top: 20px;
        }
      }
    }

    .wpbooking-select-loction {
      position: relative;
      z-index: 1;
      input[name="search"] {
        width: 100% !important;
        display: block;
      }
      .list-location-wrapper {
        padding: 15px;
        margin-top: 5px;
        border: 1px solid #CCC;
        max-height: 300px;
        overflow-y: scroll;
      }
    }
    .gmap-container {
      position: relative;
      .gmap-content {
        border: 1px dashed #C0C0C0;
        width: 100%;
        min-height: 300px;
      }
      .gmap-search {
        display: block;
        position: absolute;
        width: 185px;
        top: 10px;
        left: 100px;
        height: 35px;
        z-index: 9;
        border: 1px solid #CCC;
        font-size: 14px;
        background: white;
      }
    }

    .wpbooking-calendar-wrapper {

      margin-top: 20px;
      button {
        font-size: 12px;
        padding: 7px 14px;
        height: auto;
      }
      .fc-button-group {
        button {

          &:hover {
            background: #e6e6e6;
          }
        }
      }

      input[type=text] {
        border: 1px solid #CCC;
        font-size: 14px;
        background: white;
      }
      h2 {
        margin: 0px;
      }
      .wpbooking-calendar-content {
        padding-left: 15px;
        padding-right: 15px;
        z-index: 1;

      }
      .wpbooking-calendar-sidebar {
        padding-left: 15px;
        padding-right: 15px;
        .form-container {
          padding: 7px;
          border: 1px solid #CCC;
          .calendar-label {
            display: block;
            font-weight: bold;
            margin-bottom: 5px;
            font-size: 15px;
          }
          .calendar-input {
            width: 100%;
          }
          .calendar-room-form-item {
            .mb20;
            float: left;
            width: 50%;
            padding: 0px 7px;
          }
        }

        #form-bulk-edit {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          z-index: 9999;
          background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
          display: none;
          .form-container {
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 1;
            background: rgb(255, 255, 255) none repeat scroll 0% 0%;
            transform: translateX(-50%) translateY(-50%);
            border: 1px solid rgb(36, 35, 35);
            padding: 15px;
            max-width: 90%;
            width: 950px;
            h4, h3 {
              margin: 0;
              padding: 0;
            }
            .form-title {
              padding-bottom: 15px;
              border-bottom: 1px solid #CCC;
            }
            .form-footer {
              padding-top: 15px;
              border-top: 1px solid #CCC;
            }
            .form-content {
              padding-top: 15px;
              padding-bottom: 15px;
              .form-group {
                width: auto !important;
                margin-left: 5px;
                margin-right: 5px;
                float: left;
                padding: 10px;
                border-radius: 3px;
                border: 1px solid #CCC;
                margin-bottom: 10px;
                label {
                  display: inline-block;
                  margin-right: 5px;
                  margin-bottom: 5px;
                  &.block {
                    display: block;
                    margin-bottom: 5px;
                  }
                }
              }
            }
          }
        }

      }
      #form-bulk-edit {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
        display: none;

        h3 {
          margin: 0px;
        }

        .form-container {
          position: absolute;
          top: 50%;
          left: 50%;
          z-index: 1;
          background: rgb(255, 255, 255) none repeat scroll 0% 0%;
          transform: translateX(-50%) translateY(-50%);
          border: 1px solid rgb(36, 35, 35);
          padding: 15px;
          max-width: 90%;
          width: 950px;
          h4, h3 {
            margin: 0;
            padding: 0;
          }
          .form-title {
            padding-bottom: 15px;
            border-bottom: 1px solid #CCC;
          }
          .form-footer {
            padding-top: 15px;
            border-top: 1px solid #CCC;
          }
          .form-content {
            padding-top: 15px;
            padding-bottom: 15px;
            .form-group {
              width: auto !important;
              margin-left: 5px;
              margin-right: 5px;
              float: left;
              padding: 10px;
              border-radius: 3px;
              border: 1px solid #CCC;
              margin-bottom: 10px;
              label {
                display: inline-block;
                margin-right: 5px;
                margin-bottom: 5px;
                &.block {
                  display: block;
                  margin-bottom: 5px;
                }
              }
            }
          }
        }
      }
    }
  }
}

// Inbox sections
.inbox-wrap {
  .clearfix;
  .wpbooking-inbox-user {
    .inbox-user-item {
      a {
        .clearfix;
      }
      padding: 10px 15px;
      border: 1px solid #f0f0f0;
      border-bottom: none;
      font-size: 14px;
      position: relative;
      background: white;
      &.not_read {
        background: #f7f7f7;
      }
      &:hover,
      &.active {
        background: #f2f2f2;
      }
      &:last-child {
        border-bottom: 1px solid #f0f0f0;
      }
      .avatar {
        float: left;
        margin-right: 15px;
        img {
          max-width: 50px;
          border-radius: 50%;
          border: 3px solid #e6e6e6;
        }
      }
      .info {
        display: table;
        padding-right: 105px;
        .user-displayname {
          margin: 0px;
          color: #333;
          font-size: 14px;
          font-weight: bold;
        }
        .message {

        }
      }
      a:hover {
        text-decoration: none;
      }
      .time {
        position: absolute;
        top: 13px;
        right: 15px;
      }
      .unread_number {
        color: @maincolor;
        font-style: italic;
        font-size: 13px;
        position: absolute;
        top: 36px;
        right: 15px;

      }
    }
    .wb-load-more-message {
      color: @maincolor;
      font-style: italic;
      border: none;
      text-decoration: underline;
      cursor: pointer;
      .loading {
        display: none;
      }
      &.loading {
        .loading {
          display: inline-block;
        }
      }
    }
  }
}

.calendar-order-popover-information {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.wpbooking-pagination, .entry-content .wpbooking-pagination {
  margin-top: 50px;
  text-align: center;
  a, span {
    color: #666;
    font-size: 14px;
    background: white;
    border: 1px solid #adadad;
    text-align: center;
    padding: 4px 10px;
  }
  span, a:hover {
    background: #e6e6e6;
    text-decoration: none;
    border-bottom: 1px solid #adadad;
  }
}

.wb-tabs {
  list-style: none;
  display: inline-flex;
  margin-bottom: 0;
  margin-left: 0;
  li {
    background: #f2f2f2;
    display: inline-flex;
    a {
      padding: 8px 10px;
      font-size: 14px;
      color: #333333;
      &:focus {
        outline: none;
      }
    }
  }
  li.active {
    background: #666666;
    a {
      color: #FFF;
    }
  }
}

.wb-form-change-password, .wb-form-edit-profile {
  .wb-error {
    border: 1px solid red !important;
  }
}

// Single
.single-wpbooking_service {
  .wpbooking-single-content {
    padding: 10px 15px 50px;
    color: #333;

    .wb-service-title-address {
      width: 66.66%;
      float: left;
      .wb-service-title {
        margin: 40px 0 0px;
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        @media (max-width: 767px) {
          font-size: 22px;
        }
      }
      .wb-hotel-star {
        font-size: 13px;
      }
      .service-address {
        display: inline-block;
        margin-right: 22px;
        font-size: 14px;
        color: #777;
      }
    }
    .wb-price-html {
      text-align: right;
      font-size: 15px;
      width: 33.33%;
      float: left;
      padding-top: 40px;
      color: #777777;
      br {
        display: none;
      }
      .price {
        color: #333;
        font-size: 25px;
        font-weight: bold;
        @media (max-width: 767px) {
          font-size: 20px;
        }
      }
    }
    .row-service-gallery-contact {
      margin-left: -10px;
      margin-right: -10px;
      padding-top: 25px;
      clear: both;
      margin-bottom: 40px;
      .clearfix;
      .col-service-gallery {
        float: left;
        width: 66.66%;
        box-sizing: border-box;
        padding: 0px 10px;
        .wb-tabs-gallery-map {
          .service-map-element {
            min-height: 420px;
          }
        }
      }
      .col-service-reviews-meta {
        float: left;
        width: 33%;
        box-sizing: border-box;
        padding: 0px 10px;
      }
    }

    .col-service-reviews-meta {

      .wb-service-reviews-meta {
        width: 100%;
        padding-top: 39px;
        .wp-box-item {
          margin-bottom: 32px;
        }
        .wb-reviews-score-box {
          min-height: 200px;
          width: 100%;
          border: 1px solid #cccccc;
          .score-header {
            padding-left: 24px;
            span {
              display: block;
            }
            .reviews-count {
              font-size: 13px;
              margin-top: 5px;
            }
            .rating-str {
              font-size: 25px;
              color: @maincolor;
              line-height: 30px;
              margin-bottom: 5px;
            }
            .review-score {
              font-size: 22px;
              display: inline-block;
            }
            .max-rating {
              display: inline-block;
              font-size: 15px;
            }
          }
        }
        .wb-contact-box {
          margin-bottom: 25px;
          .wb-meta-contact {
            background: #fafafa;
            font-size: 13px;
            margin-bottom: 10px;
            .wb-icon-contact {
              width: 35px;
              height: 35px;
              background: #FFF;
              border: 1px solid #ccc;
              text-align: center;
              padding-top: 9px;
            }
            span {
              margin-left: 5px;
            }
            a:hover {
              text-decoration: underline;
              color: #333333;
            }
          }
        }

      }
    }

    //responsive
    @media (max-width: 1199px) {
      .row-service-gallery-contact {
        .col-service-gallery {
          width: 100%;
          float: none;
        }
        .col-service-reviews-meta {
          width: 100%;
          .wb-reviews-score-box {
            width: 49%;
            float: left;
          }

        }
      }
    }
    @media (max-width: 480px) {
      .wb-service-title-address {
        width: 100%;
      }

      .wb-price-html {
        width: 100%;
        padding-top: 0;
      }

      .row-service-gallery-contact {
        .col-service-gallery {
          width: 100%;
          float: none;
        }
        .col-service-reviews-meta {
          width: 100%;
          .wb-reviews-score-box {
            width: 100%;
            float: none;
          }
        }
      }
    }

    .service-content-section {
      margin-bottom: 30px;
      clear: both;
      .search-room-availablity {
        .alert-default {
          font-size: 16px;
        }
        .form-control {
          &.error {
            border-color: rgba(240, 80, 80, 0.8);
          }
          display: block;
          width: 100%;
          height: 34px;
          padding: 6px 12px;
          font-size: 14px;
          line-height: 1.42857143;
          color: #555;
          background-color: #fff;
          background-image: none;
          border: 1px solid #ccc;
          border-radius: 0px;
          -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
          -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        }
        .form-control:focus {
          border-color: #66afe9;
          outline: 0;
          -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        }
        .service-info-title {
          margin-bottom: 15px;
        }
        .form-search-room {
          border-color: #f3f3f3 #e6e6e6 #e6e6e6;
          border-style: solid;
          border-width: 2px 1px 1px;
          color: #666666;
          font-size: 14px;
          line-height: 24px;
          padding: 15px;
          background: #fafafa;
          .img_loading {
            display: none;
          }
        }
        .content-search-room {
          &:before,
          &:after {
            display: table;
            content: " ";
          }
          &:after {
            clear: both;
          }
          &.have_none {
            display: none;
          }
          border-color: #cccccc;
          border-style: solid;
          border-width: 1px;
          color: #666666;
          font-size: 14px;
          line-height: 24px;
          margin-top: 20px;

          margin-top: 20px;
          .content-loop-room {
            float: left;
            width: 80%;
          }
          .content-info {
            float: left;
            width: 20%;
            .content-price {
              background: #f0f0f0 none repeat scroll 0 0;
              padding-bottom: 20px;
              padding-top: 20px;
              text-align: center;
              border-bottom: 1px solid #cccccc;
              .number {
                font-size: 11px;
                font-style: italic;
              }
              .price {
                font-size: 24px;
                font-weight: bold;
                margin-bottom: 20px;
                margin-top: 5px;
              }
              .wb-button {
                font-size: 12px;
                padding: 5px 10px;
                background: @maincolor;
                border-color: @maincolor;
              }
            }
          }
          @media (max-width: 520px) {
            .content-loop-room {
              width: 100%;
            }

            .content-info {
              width: 100%;
            }
          }
        }
        .form-search {
          &:before,
          &:after {
            display: table;
            content: " ";
          }
          &:after {
            clear: both;
          }
          margin-right: -10px;
          margin-left: -10px;

          .btn-do-search-room {
            &.loading::after {
              animation: 1s steps(8) 0s normal none infinite running fa-spin;
              content: "";
              display: inline-block;
              font-family: FontAwesome;
              font-feature-settings: normal;
              font-kerning: auto;
              font-language-override: normal;
              font-size: inherit;
              font-size-adjust: none;
              font-stretch: normal;
              font-style: normal;
              font-synthesis: weight style;
              font-variant: normal;
              font-weight: normal;
              line-height: 1;
              text-rendering: auto;
              margin-left: 5px;
            }
          }
          .form-item {
            float: left;
            padding-right: 10px;
            padding-left: 10px;
            position: relative;
            &:last-child {
              padding-right: 0px;
            }
            &.w20 {
              width: 20%;
              margin-top: 10px;
            }
            &.w25 {
              width: 25%;
            }
            &.w50 {
              width: 50%;
            }
            &.w100 {
              width: 100%;
            }

            label {
              display: block;
            }
            .fa {
              font-size: 18px;
              position: absolute;
              right: 18px;
              top: 35px;
            }
            &.form-item-icon {
              .form-control {
                padding: 0 25px 0 8px;
              }
            }
            input, select {
              margin-top: 4px;
            }
            @media (max-width: 1024px) {
              &.w20 {
                width: 50%;
              }

              &.w25 {
                width: 50%;
              }

              &.w50 {
                width: 50%;
              }

              &.w100 {
                width: 100%;
              }

              &.form-item-icon {
                .form-control {
                  padding: 0 25px 0 5px;
                }
              }

              .fa {
                font-size: 16px;
                position: absolute;
                right: 15px;
                top: 35px;
              }
            }
            @media (max-width: 640px) {
              &.w20 {
                width: 50%;
              }

              &.w25 {
                width: 50%;
              }

              &.w50 {
                width: 50%;
              }

              &.w100 {
                width: 100%;
              }
            }
            @media (max-width: 420px) {
              &.w20 {
                width: 100%;
              }

              &.w25 {
                width: 100%;
              }

              &.w50 {
                width: 100%;
              }

              &.w100 {
                width: 100%;
              }
            }

          }
          .wb-button {
            background: @maincolor none repeat scroll 0 0;
            border: 1px solid @maincolor;
            color: white;
            font-size: 15px;
            font-weight: normal;
            margin-bottom: 10px;
            margin-top: 25px;
            padding: 5px 24px;
            text-transform: uppercase;
          }
        }
        .content-search-room {
          .wpbooking_order_form {
            &.no_date {
              .content-loop-room {
                width: 100%;
              }
              .content-info {
                display: none;
              }
              .room-book {
                text-align: right;
              }
            }
          }
          .loop-room {
            padding: 10px;
            border-width: 1px;
            border-style: solid;
            border-color: transparent #cccccc #cccccc transparent;
            margin-top: -1px;
            &:last-child {
              margin-bottom: -1px;
            }
            &:before,
            &:after {
              display: table;
              content: " ";
            }
            &:after {
              clear: both;
            }
            .room-image {
              float: left;
              width: 30%;
              cursor: pointer;
            }
            .room-content {
              float: left;
              width: 50%;
              padding: 0 10px;
              .room-title {
                color: #333333;
                font-size: 16px;
                font-weight: bold;
                cursor: pointer;
              }
              .room-facilities{
                .item{
                  display: inline-block;
                  margin-right: 10px;
                }
              }
              .room-info {
                &:before,
                &:after {
                  display: table;
                  content: " ";
                }
                &:after {
                  clear: both;
                }
                .control {
                  float: left;
                  width: 45%;
                  margin: 10px 0px 10px 0;
                  background: #fafafa;
                  &.left {
                    margin-right: 10px;
                  }
                  .img {
                    border: 1px solid #cccccc;
                    color: #636363;
                    margin-right: 5px;
                    padding: 5px 10px;
                    display: inline-block;
                    img {
                      width: 20px;
                    }
                  }
                }
                @media (max-width: 1100px) {
                  .control {
                    width: 55%;
                  }
                }
                @media (max-width: 680px) {
                  .control {
                    width: 100%;
                  }
                }
              }
              .room-facilities {
                .title {
                  color: #666666;
                  font-size: 15px;
                  font-weight: bold;
                }
                .facilities {
                  color: #747474;
                  font-size: 13px;
                }
              }

            }

            .room-book {
              float: right;
              width: 20%;
              .room-total-price {
                color: #666666;
                font-size: 17px;
                font-weight: bold;
                margin-bottom: 15px;
                .small {
                  font-size: 13px;
                  font-weight: normal;
                }
              }
              .room-number {
                width: 55%;
                .option_number_room {
                  padding: 5px 8px;
                }
              }
              .form-control {
                display: block;
                width: 100%;
                height: 34px;
                padding: 6px 12px;
                font-size: 14px;
                line-height: 1.42857143;
                color: #555;
                background-color: #fff;
                background-image: none;
                border: 1px solid #ccc;
                border-radius: 0px;
                -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
                box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
                -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
                -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
                transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
              }
              .form-control:focus {
                border-color: #66afe9;
                outline: 0;
                -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
                box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
              }
              .room-extra {
                margin-top: 55px;
                text-align: right;
                .btn_extra {
                  font-size: 12px;
                  font-style: italic;
                  text-decoration: underline;
                  color: @maincolor;
                  cursor: pointer;
                }
              }

            }
            .more-extra {
              float: right;
              width: 100%;
              margin-top: 30px;
              display: none;
              table {
                width: 80%;
                float: right;
                border-color: #cfcfcf;
                thead {
                  background: #f0f0f0 none repeat scroll 0 0;
                }
                td {
                  position: relative;
                }
                .desc {
                  display: block;
                  font-size: 11px;
                }
                .form-control {

                }
                .text-color {
                  color: @maincolor;
                  font-size: 15px;
                }
              }
            }
            /* The Modal (background) */
            .modal {
              display: none; /* Hidden by default */
              position: fixed; /* Stay in place */
              z-index: 99999; /* Sit on top */
              padding-top: 100px; /* Location of the box */
              left: 0;
              top: 0;
              width: 100%; /* Full width */
              height: 100%; /* Full height */
              overflow: auto; /* Enable scroll if needed */
              background-color: rgb(0, 0, 0); /* Fallback color */
              background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
            }

            /* Modal Content */
            .modal-content {
              background-color: #fefefe;
              border: 1px solid #888;
              margin: auto;
              padding: 35px 40px;
              position: relative;
              width: 1024px;
              &:before,
              &:after {
                display: table;
                content: " ";
              }
              &:after {
                clear: both;
              }
              .col-7 {
                float: left;
                width: 70%;
              }
              .col-3 {
                float: left;
                width: 30%;
              }
              .col-6 {
                float: left;
                width: 60%;
              }
              .col-4 {
                float: left;
                width: 40%;
              }
              .col-33 {
                float: left;
                width: 33.333%;
                margin-bottom: 10px;
              }
              .title {
                font-size: 24px;
                color: @maincolor;
                margin-bottom: 20px;
              }
              .price {
                margin-bottom: 20px;
                color: #000;
                font-size: 21px;
                font-weight: bold;
                .small {
                  color: #494949;
                  font-size: 14px;
                }
              }
              .info {
                padding-left: 25px;
                .item {
                  &.space {
                    margin-bottom: 20px;
                  }
                  .img {
                    border: 1px solid #cccccc;
                    color: #636363;
                    display: inline-block;
                    margin-right: 5px;
                    padding: 5px 10px;
                    margin-bottom: 15px;
                    img {
                      width: 25px;
                    }
                  }

                }
              }
              .facilities {
                width: 100%;
                float: left;
                .title {
                  color: #333333;
                  font-size: 20px;

                  float: left;
                  width: 100%;

                }
                .sub_title {
                  color: @maincolor;
                }
                .fa {
                  font-size: 19px;
                }
              }
            }

            /* The Close Button */
            .close {
              background: #f7f7f7 none repeat scroll 0 0;
              border: 1px solid #e9e9e9;
              color: #666666;
              float: right;
              font-size: 22px;
              font-weight: bold;
              padding: 0 6px;
              position: absolute;
              right: 8px;
              top: 8px;
            }

            .close:hover,
            .close:focus {
              color: #000;
              text-decoration: none;
              cursor: pointer;
              border: 1px solid #000;
            }
            @media (max-width: 1024px) {
              .more-extra {
                table {
                  width: 80%;
                }
              }

              .modal-content {
                width: 90%;
              }
            }
            @media (max-width: 800px) {
              .modal-content .col-7 {
                width: 50%;
              }

              .modal-content .col-3 {
                width: 50%;
              }

              .modal-content .info .item span {
                display: block;
                margin-bottom: 20px;
              }
            }
            @media (max-width: 680px) {
              .room-content {
                width: 45%;
              }

              .room-book {
                width: 25%;
              }

              .more-extra {
                width: 100%;
              }

              .more-extra {
                table {
                  width: 100%;
                }
              }

              .modal-content .info .item span {
                display: inline;
              }

              .gallery.col-6 {
                width: 100%;
              }

              .info.col-4 {
                width: 100%;
                padding-left: 0px;
              }

            }
            @media (max-width: 480px) {
              .modal-content .title.col-7 {
                width: 100%;
              }

              .modal-content .price.col-3 {
                width: 100%;
                text-align: left;
              }
            }
            @media (max-width: 400px) {
              .room-image {
                text-align: center;
                width: 100%;
                margin-bottom: 30px;
              }

              .room-content {
                width: 50%;
                text-align: center;
              }

              .room-book {
                width: 50%;
                text-align: center !important;
              }

              .room-info {
                margin-left: auto;
                margin-right: auto;
              }

              .room-number {
                margin-left: auto;
                margin-right: auto;
              }

              .more-extra {
                width: 100%;
              }

              .modal-content .col-33 {
                width: 100% !important;
              }

              .room-extra {
                text-align: center !important;
              }
            }
          }
        }
        .pagination-room {
          margin: 10px 0;
          .wpbooking-pagination {
            margin-top: 0px;
            text-align: left;
          }
        }
      }
      .service-info-title {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 20px;
        display: block;
        font-weight: normal;
      }
      .service-content-wrap {
        font-size: 14px;
        line-height: 24px;
        color: #666666;
        margin-bottom: 40px;
        .wb-list-amenities {
          list-style: none;
          width: 100%;
          margin-left: 0;
          li {
            display: inline-block;
            width: 33%;
            padding-right: 15px;
            @media (max-width: 639px) {
              width: 50%;
            }
            @media (max-width: 479px) {
              width: 100%;
            }
          }
        }
      }
      .service-detail-item {
        font-size: 14px;
        color: #666666;
        margin-bottom: 30px;
        .clearfix;
        .service-detail-title {
          float: left;
          width: 30%;
          margin-right: 2%;
          background: #f2f2f2;
          border-bottom: 1px solid #d6d6d6;
          margin-bottom: 20px;
          padding: 5px 10px;
          .help-icon {
            font-size: 8px;
            background: @maincolor;
            border-radius: 50%;
            color: white;
            width: 13px;
            text-align: center;
            display: inline-block;
          }
        }

        .service-detail-content {
          float: left;
          width: 68%;
          background: #f2f2f2;
          border-bottom: 1px solid #d6d6d6;
          padding: 10px;

          .enforced_red {
            color: #cc6666;
            font-style: italic;
          }
          .service-extra-price {
            list-style: none;
            margin: 0px;
            padding: 0px;

            .required {
              color: #d43f3a;
              font-style: italic;
              margin-left: 15px;
              font-weight: bold;
              font-size: 13px;
            }
          }
          .wb-list-card-acd {
            list-style: none;
            margin-bottom: 0;
            li {
              display: inline-flex;
              width: 50px;
              height: 20px;
              background: url(../images/creditcard.png) no-repeat;
              margin: 4px 7px 4px 8px;
            }
            .wb-americanexpress {
              background-position: 0 -145px
            }
            .wb-visa {
              background-position: 0 1px
            }
            .wb-euromastercard {
              background-position: 0 -24px
            }
            .wb-dinersclub {
              background-position: 0 -96px
            }
            .wb-jcb {
              background-position: 0 -121px
            }
            .wb-maestro {
              background-position: 0 -48px
            }
            .wb-discover {
              background-position: 0 -73px
            }
            .wb-unionpaydebitcard {
              background-position: 0 -194px
            }
            .wb-unionpaycreditcard {
              background-position: 0 -194px
            }
            .wb-bankcard {
              background-position: 0 -584px
            }
          }

          .service-list-terms {
            .clearfix;
            margin: 0px;
            list-style: none;
            padding: 0px;
            margin-top: 10px;
            .service-term {
              margin-bottom: 20px;
              width: 33%;
              float: left;
              text-align: center;
              .service-term-icon {
                display: block;
                i {
                  font-size: 22px;
                  &:before {
                    font-size: inherit;
                    margin: 0px;
                  }
                }

              }
              .sevice-term-name {
                color: #666;
                &:hover {
                  text-decoration: none;
                }
              }
            }

            &.icon_with_data {
              .icon-data-wrap {
                border: 1px solid #e6e6e6;
                background: white;
                font-size: 22px;
                color: #cccccc;
                text-align: right;
                padding: 0px 3px 0px 51px;
                position: relative;
                margin-bottom: 21px;
                display: inline-block;

                .service-term-icon {
                  position: absolute;
                  top: 2px;
                  left: 10px;
                  i {
                    font-size: 33px;
                    color: #333;
                  }
                }
              }
              .sevice-term-name {
                display: block;
                text-align: center;
              }
            }
          }
        }
      }

      // Author
      .service-map-contact {
        .service-map-element {
          height: 230px;
        }
        .service-author-contact {
          background: #fafafa;
          padding: 10px;
          .clearfix;
          .author-meta {
            width: 15%;
            float: left;
            margin-right: 2%;
            font-size: 13px;
            text-align: center;
            img {
              border: 5px solid white;
              border-radius: 50%;
              margin-bottom: 13px;
              margin-top: -35px;
              height: 88px !important;
              width: 88px !important;
              position: relative;
            }
          }
          .author-details {
            width: 83%;
            float: left;
            font-size: 13px;
            .author-name {
              margin-top: 0px;
              margin-bottom: 10px;
              a {
                color: #666666;
                font-size: 16px;
                font-weight: bold;
                &:hover {
                  text-decoration: none;
                }
              }
            }

            .author-address {
              margin-bottom: 10px;
            }
            .author-desc {
              margin-bottom: 10px;
              padding-left: 30px;
              position: relative;
              .quote-icon {
                position: absolute;
                top: 0px;
                left: 0px;
                color: #666;
              }
            }

          }
        }
      }

      .wb-reviews-section {

      }
    }

  }
}

// Cart
.wpbooking-cart-wrap {
  font-size: 14px;
  .wpbooking-cart-table-col {
    margin-bottom: 30px;
    table, tr {
      border-top: 1px solid #e8e8e8;
      border-left: 1px solid #e8e8e8
    }
    td, th {
      border-right: 1px solid #e8e8e8;
      border-bottom: 1px solid #e8e8e8;
      padding: 10px;
      vertical-align: top;
    }
    th {
      color: #333;
    }
    .delete-cart-item {
      border: none;
      color: #999999;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      display: inline-block;
      background: white;
      &:hover {
        text-decoration: none;
      }
    }
    .col-cart-item-img {
      width: 15%;
    }
    .col-cart-item-info {
      vertical-align: top;
      .service-name {
        margin: 0px;
        color: #eea236;
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 10px;
        a {
          border: none;
          color: inherit;
          &:hover {
            text-decoration: underline;
          }
        }
      }
      .service-address {
        font-style: italic;
        font-size: 14px;
      }

      .wpbooking-room-type {
        a {
          font-size: 14px;
          color: #333;
          border-radius: 4px;
          border: 1px solid #999999;
          padding: 1px 3px;
          display: inline-block;
          margin: 2px 0px;
          &:hover {
            text-decoration: none;
          }

        }
      }
      .cart-item-order-form-fields-wrap {
        margin-top: 15px;
        .booking-detail-label {
          display: block;
          padding-bottom: 10px;
          border-bottom: 1px solid white;
        }
        .cart-item-order-form-fields {
          display: none;
          li {
            padding: 10px 0px;
            border-bottom: 1px solid white;
            display: block;
            .field-title {
              font-weight: bold;
            }
          }
        }
        .show-more-less {
          color: #eea236;
          cursor: pointer;
          text-decoration: underline;
          .less {
            display: none;
          }
        }
        &.active {
          .cart-item-order-form-fields {
            display: block;
          }
          .show-more-less {
            .less {
              display: inline-block;
            }
            .more {
              display: none;
            }
          }
        }
      }
    }
    .col-cart-item-type,
    .col-cart-item-price {
      width: 19%;
    }

  }

  .wpbooking-cart-summary-col {
    .clearfix;
    border: 1px solid #e8e8e8;
    padding: 20px;
    .col-coupon-form {
      float: left;
      width: 45%;
    }
    .col-cart-summary {
      text-align: right;
      float: right;
      width: 45%;
      .cart-summary-details {
        list-style: none;
        margin: 0px;
        padding: 0px;
        color: #333333;
        margin-bottom: 20px;
        font-size: 18px;
      }
    }

  }
}

// Checkout
.wpbooking-checkout-wrap {
  .clearfix;
  font-size: 14px;
  color: #333;
  .checkout-form-title {
    text-transform: initial;
    margin: 0px;
    font-size: 20px;
    color: inherit;
    margin-bottom: 5px;
    font-weight: normal;
  }
  .checkout-form-sub-title {
    font-size: 13px;
    font-style: oblique;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-transform: none;
    .text-color {
      color: @maincolor;
      border-bottom: 1px solid @maincolor;
    }
  }
  .billing_information {
    margin-top: 30px;
    .desc {
      font-size: 11px;
      font-style: italic;
    }
  }
  .wpbooking-checkout-form {
    /*width: 60%;
        float: left;
        margin-right: 2%;*/
    .checkout-form-wrap {
      font-size: 14px;
      margin-bottom: 30px;
      //padding:20px 15px;

      p {
        margin-bottom: 0px;
      }
      input[type=text], select {
        width: 100%;
        margin-top: 5px;
        line-height: 36px;
        height: 36px;
        border: 1px solid #e6e6e6;
        border-radius: 0px;
        background: white;
        padding: 0px 10px;
        font-size: 14px;
        color: inherit;
        &.input-error {
          border: 1px solid red;
        }
        &.required {
          color: inherit;
        }
      }
      textarea {
        font-size: 14px;
        background: white;
      }
      .wb-field {
        margin-bottom: 15px;
        label span.required {
          color: red;
        }
      }
    }

    .wpbooking-gateways {
      margin-bottom: 30px;
      margin-top: 20px;
      border: 1px solid #e6e6e6;
      background: white;
      padding: 15px;
      .wpbooking-all-gateways {
        color: #666666;
        .clearfix;
        list-style: none;
        margin: 0px;
        padding: 0px;
        margin-left: -2%;
        margin-right: -2%;

        .wpbooking-gateway-item {
          margin-bottom: 5px;
          &:last-child {
            margin-bottom: 0px;
          }
          .gateway-content {
            label span {
              padding-left: 10px;
            }
            .gateway-title {
              position: relative;
              text-align: center;
              border: 1px solid #e6e6e6;
              background: white;
              margin: 0px;
              padding: 10px 0px;
              margin-bottom: 10px;
              font-size: 16px;
              text-transform: uppercase;
              color: #999999;
              span {
                display: block;
              }

              &:after {
                display: none;
                content: '';
                position: absolute;
                bottom: -20px;
                left: 50%;
                margin-left: -7px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 7.5px 7px 7.5px;
                border-color: transparent transparent #f2f2f2 transparent;
              }
            }
          }
          &.active {
            .gateway-title {
              background: #e6e6e6;
            }
            .gateway-title:after {
              display: block;

            }
          }
        }
      }

      .gateway-desc {
        &:before {
          border-color: transparent transparent #f2f2f2;
          border-style: solid;
          border-width: 10px;
          content: " ";
          left: 25px;
          position: absolute;
          top: -18px;
        }
        display: none;
        position: relative;
        background: #f2f2f2;
        color: #999999;
        padding: 15px;
        margin-top: 10px;
        &.active {
          display: block;
        }
      }

    }

    .wpbooking-captcha {
      .content-captcha {
        margin-top: 20px;
        margin-bottom: 30px;
      }
    }
    .checkout-submit-button {
      .wb-btn {
        padding-top: 7px;
      }

    }

  }
  .wpbooking-checkout-review-order {

    .is_more_order {
      display: none;
    }
    .show_more_review_order {
      cursor: pointer;
      font-size: 14px;
      color: @maincolor;
      font-style: italic;
      text-decoration: underline;
      .less {
        display: none;
      }
    }

    .wpbooking-review-order {
      margin-bottom: 30px;
      &.active {
        .show_more_review_order {
          .less {
            display: inline;
          }
          .more {
            display: none;
          }
        }
        .is_more_order {
          display: block;
        }
      }
    }

  }
}

.review-cart-total {
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px solid #ddd;
  .clearfix;
  .review-cart-item {
    .clearfix;
    padding-left: 15px;
    padding-right: 15px;
    &.total {
      padding-bottom: 20px;
      .total-title {
        font-size: 14px;
        width: 65%;
      }
      .text-up {
        text-transform: uppercase;
      }
      .text-color {
        color: @maincolor;
      }
      .text-bold {
        font-weight: bold;
      }
    }
  }
  .total-title {
    clear: both;
    font-size: 14px;
    float: left;
    margin-top: 10px;
  }
  .total-amount {
    font-size: 14px;
    float: right;
    margin-top: 10px;

    &.big {
      font-size: 20px;
      margin-top: 5px;
    }
  }
  .total-line {
    clear: both;
    height: 1px;
    width: 100%;
    background: #ddd;
    margin: 10px 0px;
    display: block;
    margin-top: 15px;
  }

}

.wpbooking-coupon-form {
  .form-control {
    border-radius: 0px;
  }
  .wb-coupon-apply {
    background: #e6e6e6;
    border-color: #cccccc;
    cursor: pointer;
    margin-top: 10px;
    .loading {
      display: none;

    }
    &:hover {
      border-bottom: 1px solid #cccccc;
    }
  }

  &.loading {
    .loading {
      display: inline-block;
    }
  }
}

// Order Details
.single-wpbooking_order {
  .entry-header,
  .author-info,
  .post-navigation {
    display: none;
  }
  .wpbooking-title {
    font-size: 39px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  @media (max-width: 480px) {
    .wpbooking-title {
      font-size: 25px;
    }
  }
  .wpbooking-order-detail-page {
    font-size: 14px;
    .wpbooking-thankyou-message {
      color: #669966;
      font-size: 14px;
      .success-icon {
        font-size: 60px;
        color: #4cae4c;
        margin-bottom: 30px;
      }
      margin-bottom: 20px;

    }
    .order-head-info {
      margin-bottom: 30px;
      .head-info {
        padding: 5px 0px;
        .hl {
          color: @maincolor;
        }
        &.total {
          margin-top: 30px;
          text-align: right;
          .head-info-title {
            color: #666666;
            display: block;
            font-size: 15px;
            text-transform: uppercase;
          }
          .head-info-content {
            color: #333333;
            display: block;
            font-size: 24px;
            font-weight: bold;
          }
        }
      }
      @media (max-width: 991px) {
        .head-info {
          &.total {
            text-align: left;
          }
        }
      }
      .bold {
        font-weight: bold;

      }
      .text_up {
        text-transform: uppercase;
      }

      .completed {
        color: #5cb85c;
        border: solid 1px #5cb85c;
      }
      .booking-status {
        label {
          padding: 5px 10px;
          border-radius: 0px;
        }
      }
      .on_hold, .completed_a_part {
        color: #f0ad4e;
        border: solid 1px #f0ad4e;
      }
      .payment_failed, .cancelled, .refunded, .trash {
        color: #ff3333;
        border: solid 1px #ff3333;
      }

    }
    .section-title {
      color: #333;
      font-size: 18px;
      margin: 0px;
      margin-bottom: 20px;
      text-transform: uppercase;
    }
    .checkout-form-list {
      list-style: none;
      padding-left: 20px;
      .form-item-title {
        font-weight: bold;
      }
    }
  }
}

.single-wpbooking_order, .wpbooking-order-detail-page {

  .checkout-form-list {
    list-style: none;
    padding-left: 20px;
    .form-item-title {
      font-weight: bold;
    }
  }
}

// Order Information Table

.order-information-content {
  .title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .review-order-item {
    margin-top: 20px;
  }
  .total-info-order {
    .review-cart-item {
      float: right;
      width: 50%;
      margin-right: 10px;
    }
    .total-line {
      float: right;
    }
    .review-cart-total {
      margin: -1px;
    }
    @media (max-width: 480px) {
      .review-cart-item {
        width: 100%;
        padding-left: 30px;
      }
    }
  }
  &.customer {
    margin-top: 30px;
    .title {
      margin-bottom: 20px;
    }
    label {
      font-weight: bold;
    }
    p {
      font-style: italic;
    }
    .wb-btn {
      background: #f0ad4e none repeat scroll 0 0;
      border: 1px solid #ff9933 !important;
      border-radius: 0;
      color: white;
      font-size: 15px;
      font-weight: normal;
      padding: 5px 20px;
      text-transform: none;
    }
  }
}

// My Account page
.wpbooking-myaccount-wrap {
  //bootrap

  .row:before,
  .row:after {
    display: table;
    content: " ";
  }
  .row:after {
    clear: both;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
  }
  .form-control:-ms-input-placeholder {
    color: #999;
  }
  .form-control::-webkit-input-placeholder {
    color: #999;
  }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
  }
  .form-control[disabled],
  .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
  }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
  }
  textarea.form-control {
    height: auto;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 768px) {
    .container {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      width: 1170px;
    }
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0;
  }
  @media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
      float: left;
    }

    .col-sm-12 {
      width: 100%;
    }

    .col-sm-11 {
      width: 91.66666667%;
    }

    .col-sm-10 {
      width: 83.33333333%;
    }

    .col-sm-9 {
      width: 75%;
    }

    .col-sm-8 {
      width: 66.66666667%;
    }

    .col-sm-7 {
      width: 58.33333333%;
    }

    .col-sm-6 {
      width: 50%;
    }

    .col-sm-5 {
      width: 41.66666667%;
    }

    .col-sm-4 {
      width: 33.33333333%;
    }

    .col-sm-3 {
      width: 25%;
    }

    .col-sm-2 {
      width: 16.66666667%;
    }

    .col-sm-1 {
      width: 8.33333333%;
    }

    .col-sm-pull-12 {
      right: 100%;
    }

    .col-sm-pull-11 {
      right: 91.66666667%;
    }

    .col-sm-pull-10 {
      right: 83.33333333%;
    }

    .col-sm-pull-9 {
      right: 75%;
    }

    .col-sm-pull-8 {
      right: 66.66666667%;
    }

    .col-sm-pull-7 {
      right: 58.33333333%;
    }

    .col-sm-pull-6 {
      right: 50%;
    }

    .col-sm-pull-5 {
      right: 41.66666667%;
    }

    .col-sm-pull-4 {
      right: 33.33333333%;
    }

    .col-sm-pull-3 {
      right: 25%;
    }

    .col-sm-pull-2 {
      right: 16.66666667%;
    }

    .col-sm-pull-1 {
      right: 8.33333333%;
    }

    .col-sm-pull-0 {
      right: auto;
    }

    .col-sm-push-12 {
      left: 100%;
    }

    .col-sm-push-11 {
      left: 91.66666667%;
    }

    .col-sm-push-10 {
      left: 83.33333333%;
    }

    .col-sm-push-9 {
      left: 75%;
    }

    .col-sm-push-8 {
      left: 66.66666667%;
    }

    .col-sm-push-7 {
      left: 58.33333333%;
    }

    .col-sm-push-6 {
      left: 50%;
    }

    .col-sm-push-5 {
      left: 41.66666667%;
    }

    .col-sm-push-4 {
      left: 33.33333333%;
    }

    .col-sm-push-3 {
      left: 25%;
    }

    .col-sm-push-2 {
      left: 16.66666667%;
    }

    .col-sm-push-1 {
      left: 8.33333333%;
    }

    .col-sm-push-0 {
      left: auto;
    }

    .col-sm-offset-12 {
      margin-left: 100%;
    }

    .col-sm-offset-11 {
      margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
      margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
      margin-left: 75%;
    }

    .col-sm-offset-8 {
      margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
      margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
      margin-left: 50%;
    }

    .col-sm-offset-5 {
      margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
      margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
      margin-left: 25%;
    }

    .col-sm-offset-2 {
      margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
      margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
      margin-left: 0;
    }
  }
  @media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
      float: left;
    }

    .col-md-12 {
      width: 100%;
    }

    .col-md-11 {
      width: 91.66666667%;
    }

    .col-md-10 {
      width: 83.33333333%;
    }

    .col-md-9 {
      width: 75%;
    }

    .col-md-8 {
      width: 66.66666667%;
    }

    .col-md-7 {
      width: 58.33333333%;
    }

    .col-md-6 {
      width: 50%;
    }

    .col-md-5 {
      width: 41.66666667%;
    }

    .col-md-4 {
      width: 33.33333333%;
    }

    .col-md-3 {
      width: 25%;
    }

    .col-md-2 {
      width: 16.66666667%;
    }

    .col-md-1 {
      width: 8.33333333%;
    }

    .col-md-pull-12 {
      right: 100%;
    }

    .col-md-pull-11 {
      right: 91.66666667%;
    }

    .col-md-pull-10 {
      right: 83.33333333%;
    }

    .col-md-pull-9 {
      right: 75%;
    }

    .col-md-pull-8 {
      right: 66.66666667%;
    }

    .col-md-pull-7 {
      right: 58.33333333%;
    }

    .col-md-pull-6 {
      right: 50%;
    }

    .col-md-pull-5 {
      right: 41.66666667%;
    }

    .col-md-pull-4 {
      right: 33.33333333%;
    }

    .col-md-pull-3 {
      right: 25%;
    }

    .col-md-pull-2 {
      right: 16.66666667%;
    }

    .col-md-pull-1 {
      right: 8.33333333%;
    }

    .col-md-pull-0 {
      right: auto;
    }

    .col-md-push-12 {
      left: 100%;
    }

    .col-md-push-11 {
      left: 91.66666667%;
    }

    .col-md-push-10 {
      left: 83.33333333%;
    }

    .col-md-push-9 {
      left: 75%;
    }

    .col-md-push-8 {
      left: 66.66666667%;
    }

    .col-md-push-7 {
      left: 58.33333333%;
    }

    .col-md-push-6 {
      left: 50%;
    }

    .col-md-push-5 {
      left: 41.66666667%;
    }

    .col-md-push-4 {
      left: 33.33333333%;
    }

    .col-md-push-3 {
      left: 25%;
    }

    .col-md-push-2 {
      left: 16.66666667%;
    }

    .col-md-push-1 {
      left: 8.33333333%;
    }

    .col-md-push-0 {
      left: auto;
    }

    .col-md-offset-12 {
      margin-left: 100%;
    }

    .col-md-offset-11 {
      margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
      margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
      margin-left: 75%;
    }

    .col-md-offset-8 {
      margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
      margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
      margin-left: 50%;
    }

    .col-md-offset-5 {
      margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
      margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
      margin-left: 25%;
    }

    .col-md-offset-2 {
      margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
      margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
      margin-left: 0;
    }
  }
  @media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
      float: left;
    }

    .col-lg-12 {
      width: 100%;
    }

    .col-lg-11 {
      width: 91.66666667%;
    }

    .col-lg-10 {
      width: 83.33333333%;
    }

    .col-lg-9 {
      width: 75%;
    }

    .col-lg-8 {
      width: 66.66666667%;
    }

    .col-lg-7 {
      width: 58.33333333%;
    }

    .col-lg-6 {
      width: 50%;
    }

    .col-lg-5 {
      width: 41.66666667%;
    }

    .col-lg-4 {
      width: 33.33333333%;
    }

    .col-lg-3 {
      width: 25%;
    }

    .col-lg-2 {
      width: 16.66666667%;
    }

    .col-lg-1 {
      width: 8.33333333%;
    }

    .col-lg-pull-12 {
      right: 100%;
    }

    .col-lg-pull-11 {
      right: 91.66666667%;
    }

    .col-lg-pull-10 {
      right: 83.33333333%;
    }

    .col-lg-pull-9 {
      right: 75%;
    }

    .col-lg-pull-8 {
      right: 66.66666667%;
    }

    .col-lg-pull-7 {
      right: 58.33333333%;
    }

    .col-lg-pull-6 {
      right: 50%;
    }

    .col-lg-pull-5 {
      right: 41.66666667%;
    }

    .col-lg-pull-4 {
      right: 33.33333333%;
    }

    .col-lg-pull-3 {
      right: 25%;
    }

    .col-lg-pull-2 {
      right: 16.66666667%;
    }

    .col-lg-pull-1 {
      right: 8.33333333%;
    }

    .col-lg-pull-0 {
      right: auto;
    }

    .col-lg-push-12 {
      left: 100%;
    }

    .col-lg-push-11 {
      left: 91.66666667%;
    }

    .col-lg-push-10 {
      left: 83.33333333%;
    }

    .col-lg-push-9 {
      left: 75%;
    }

    .col-lg-push-8 {
      left: 66.66666667%;
    }

    .col-lg-push-7 {
      left: 58.33333333%;
    }

    .col-lg-push-6 {
      left: 50%;
    }

    .col-lg-push-5 {
      left: 41.66666667%;
    }

    .col-lg-push-4 {
      left: 33.33333333%;
    }

    .col-lg-push-3 {
      left: 25%;
    }

    .col-lg-push-2 {
      left: 16.66666667%;
    }

    .col-lg-push-1 {
      left: 8.33333333%;
    }

    .col-lg-push-0 {
      left: auto;
    }

    .col-lg-offset-12 {
      margin-left: 100%;
    }

    .col-lg-offset-11 {
      margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
      margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
      margin-left: 75%;
    }

    .col-lg-offset-8 {
      margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
      margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
      margin-left: 50%;
    }

    .col-lg-offset-5 {
      margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
      margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
      margin-left: 25%;
    }

    .col-lg-offset-2 {
      margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
      margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
      margin-left: 0;
    }
  }

  margin-bottom: 20px;
  .clearfix;
  .required {
    color: red;
  }

  .login-register-form, .wb-form-lost-password, .wb-form-reset-password {
    .wb-error {
      border: 1px solid red !important;
    }
    .form-title {
      margin: 0px;
      margin-bottom: 20px;
      font-size: 25px;
      font-weight: bold;
    }

    .form-group-wrap {
      border: 1px solid #ccc;
      padding: 20px 15px;

    }

    .form-group {
      margin-bottom: 20px;
      .control-label {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 35px;
      }

      .form-control {
        border-radius: 0px;
        border: 1px solid #ccc;
        height: 32px;
        line-height: 31px;
      }

    }
    .remember-me {
      margin-left: 20px;
      font-size: 14px;
      input {
        margin-right: 10px;
        position: relative;
        top: 2px;
      }
    }
    .lost-password, .login-url {
      color: @maincolor;
      text-decoration: underline;
      border: none;
      font-size: 14px;
    }
    .accept-term {
      font-size: 14px;
      display: block;
      input {
        position: relative;
        top: 2px;
        margin-right: 10px;
      }
    }
    .wb-btn-default {
      background: @maincolor;
      border-color: @maincolor;
      font-size: 14px;
      font-weight: normal;
      text-transform: capitalize;
    }
    .note {
      font-size: 12px;
      font-style: italic;
      width: 80%;
    }
    hr {
      margin: 20px 0;
    }

    p.register-url {
      margin-bottom: 0;
      font-size: 14px;
      a {
        color: @maincolor;
        border-bottom: none;
        text-decoration: underline;
      }
    }
  }
  .wb-account-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 60px;
    background: #f2f2f2;
    .children {
      display: none;
      position: absolute;
      top: 100%;
      left: 0px;
      margin: 0px;
      padding: 0px;
      list-style: none;
      background: #f5f5f5;
      border-top: 1px solid white;
      z-index: 99;
      li {
        display: block;
        a {
          white-space: nowrap;
        }
      }
    }
    li {
      display: inline-block;
      padding: 0px 15px;
      position: relative;
      border-right: 1px solid white;
      box-sizing: border-box;
      a {
        border: none;
        display: block;
        padding: 7px 0px;
        color: #666666;
        font-size: 12px;
        text-transform: uppercase;
        box-sizing: border-box;
        &:hover {
          text-decoration: none;
        }
      }

      &:last-child {
        border-right: 0px;

      }
      &.active {
        background: #eaeaea;
        > a {
          font-weight: bold;
        }
      }

      &:hover {
        background: #eaeaea;
        .children {
          display: block;
        }
      }
    }
  }
  @media (max-width: 520px) {
    .wb-account-nav {
      li {
        width: 100%;
      }
    }
  }
  .wpbooking-calendar-wrapper {
    .wpbooking-inventory {
      z-index: 0;
    }
    .wpbooking-inventory-start,
    .wpbooking-inventory-end {
      width: auto;
      max-width: 100px;
      font-size: 13px;
    }
  }
  .wb-disabled {
    cursor: not-allowed;
    opacity: 0.7 !important;
    pointer-events: none;
  }
  .wpbooking-account-tab {
    .hide {
      display: none;
    }
    font-size: 14px;
    &.services {
      .service-filters {
        margin: 0px;
        list-style: none;
        padding: 0px;
        margin-bottom: 10px;
        li {
          display: inline-block;
          margin-right: 1px;
          a {
            display: inline-block;
            background: white;
            padding: 4px 15px;
            color: #333;
            border: 1px solid #e9e9e9;
            &:hover {
              text-decoration: none;
            }
          }
          &.active, &:hover {
            a {
              background: #e6e6e6;
              border-color: #e6e6e6;
              border-bottom-color: #b8b8b8;
            }
          }
        }
      }
      // Your Listing
      .wpbooking-account-services {
        background: #f2f2f2;
        padding: 40px 15px;
        .service-item {
          margin-bottom: 15px;
          background: white;
          padding: 5px 8px;
          position: relative;
          .clearfix;
          .service-img {
            float: left;
            margin-right: 10px;
            img {
              width: 90px;
              height: auto;
            }
          }
          .service-info {
            display: table;
            .service-title {
              margin: 0px;
              margin-bottom: 5px;
              font-weight: normal;
              text-transform: none;
              font-size: 16px;
              a {
                border: none;
                &:hover {
                  text-decoration: none;
                  color: @maincolor;
                }
              }
            }
            .service-price {
              br {
                display: none;
              }
            }
          }
          .service-status {
            position: absolute;
            right: 15px;
            top: 10px;
          }
        }
      }
    }
    &.profile {
      .user-detail {
        &:before, &:after {
          clear: both;
          content: " ";
          display: table;
        }
        padding-top: 10px;
        box-sizing: border-box;
        .overlay {
          background-color: #e6e6e6;
          box-sizing: border-box;
          padding: 16px 26px;
          img {
            border: 5px solid #fff;
            height: 123px !important;
            width: 123px !important;
            border-radius: 50%;
          }
        }
        > .avatar {
          text-align: center;
          float: left;
        }
        > .info {
          color: #666666;
          width: 60%;
          float: left;
          padding-left: 30px;

          .user-name {
            margin-top: 10px;
            text-transform: none;
            margin-bottom: 12px;
          }
          .user-share {
            padding-bottom: 5px;
            a {
              &:hover {
                color: #000;
              }
              border: none;
              color: #666666;
            }
            .fa {
              border: 1px solid;
              border-radius: 50%;
              box-sizing: border-box;
              font-size: 15px;
              padding: 6px 5px 5px;
              text-align: center;
              width: 28px;
            }
          }
          .text-info {
            margin-top: 7px;
            color: #666666;
          }
          .quote {
            &:before, &:after {
              clear: both;
              content: " ";
              display: table;
            }
            margin-top: 10px;
            .icon {
              float: left;
              width: 6%;
              .fa {
                font-size: 16px;
              }
            }
            .text {
              float: left;
              width: 94%;
            }
            .contact {
              clear: both;
              padding-top: 10px;
              a {
                border: 1px solid #ccc;
              }
            }
          }
        }
      }
      .user-listing {
        .list-item {
          &:before, &:after {
            clear: both;
            content: " ";
            display: table;
          }
          box-sizing: border-box;
          margin-left: -7px;
          margin-right: -5px;
          .item {
            box-sizing: border-box;
            float: left;
            padding-left: 7px;
            padding-right: 7px;
            width: 25%;
            margin-bottom: 15px;
            &:nth-child(4n+1) {
              clear: both;
            }
            .item_thumbnail {
              height: 200px;
              img {
                background-color: #fff;
                border: 1px solid #ddd;
                display: inline-block;
                height: auto;
                line-height: 1.42857;
                max-width: 100%;
                padding: 4px;
                transition: all 0.2s ease-in-out 0s;
                width: 100%;
              }
            }
            .item_title {
              text-align: center;
              padding: 10px 0px;
              font-size: 16px;
            }
            .item_control {
              text-align: center;
              a {
                text-transform: none;
              }
            }
          }
        }
      }
      .user-reviews {

        a {
          border: none;
        }
        .dark_bg {
          background: #f2f2f2 none repeat scroll 0 0;
        }
        .number_rate {
          color: #666666;
          font-size: 70px;
          line-height: 102px;
        }
        .number {
          padding-bottom: 20px;
          color: #999999;
        }
        .tab-page-title {
          margin-top: 20px;
        }
        .detail-rate {
          margin-bottom: 30px;
          margin-top: 50px;
        }
        .item_process {
          margin-bottom: 5px;
          margin-left: 25px;
          &::before, &::after {
            clear: both;
            content: " ";
            display: table;
          }
          .fa::before {
            content: "";
          }
          label {
            display: block;
            float: left;
            width: 10%;
            color: #999999;
            line-height: 30px;
          }
          .process {
            position: relative;
            &::before {
              position: absolute;
              content: " ";
              height: 100%;
              background: @maincolor;
            }
            background: #f2f2f2 none repeat scroll 0 0;
            float: left;
            height: 30px;
            width: 80%;
          }
          .info {
            float: left;
            height: 30px;
            width: 10%;
            text-align: center;
            color: #cccccc;
            line-height: 30px;
          }
        }
        .wpbooking-rating-review-result {
          a {
            color: @maincolor;
          }
        }
        .icon-like {
          &.active {
            background: #f0ad4e none repeat scroll 0 0;
            border-color: #f0ad4e;
            color: white;
          }
          border: 1px solid #333;
          border-radius: 50%;
          color: #333;
          cursor: pointer;
          display: inline-block;
          height: 20px;
          line-height: 18px;
          text-align: center;
          width: 20px;
        }
        .comment-list {
          list-style: none;
          margin: 0px;
          padding: 0px;
          margin-bottom: 30px;
          color: #666666;
          > li {
            .avatar {
              height: 42px !important;
              width: 42px !important;
            }
            .comment_container {
              .clearfix;
              margin-bottom: 20px;
            }
            .comment-meta {
              float: left;
              width: 17%;
              font-size: 13px;
              text-align: center;
              .comment-author {
                text-align: center;
              }
              img {
                max-width: 48px;
                height: auto;
                -webkit-border-radius: 1px;
                -moz-border-radius: 1px;
                border-radius: 50%;
                border: 3px solid #e6e6e6;
                margin: 0px;
                margin-bottom: 11px;
                display: inline-block;
                float: none;
              }
              .review-author-name {
                a {
                  border-bottom: none;
                }
                display: block;
              }
              .review-count {
                display: block;
              }
            }
            .comment-content-wrap {
              width: 83%;
              border: 1px solid #e6e6e6;
              padding: 13px;
              float: left;
              position: relative;
              &:before {
                content: "";
                position: absolute;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 8.5px 9px 8.5px 0;
                border-color: transparent #e6e6e6 transparent transparent;
                top: 20px;
                left: -9px;
              }
              .comment-title {
                display: block;
                padding-right: 85px
              }

              .wpbooking-review-summary {
                position: absolute;
                top: 13px;
                right: 13px;
                a {
                  color: @maincolor;
                  font-size: 14px;
                  //margin-left: px;
                  text-decoration: none;
                  border-bottom: none;
                  &:hover {
                    text-decoration: none;
                  }
                }
              }
              .comment-text {
                font-size: 14px;
                p {
                  line-height: 24px;
                  margin-bottom: 10px;
                }
              }

              .wpbooking-more-review-detail {
                margin: 5px 0px 10px;
                font-size: 14px;
                a {
                  color: @maincolor;
                  //margin-left: px;
                  font-size: 14px;
                  text-decoration: none;
                  border-bottom: none;
                }
                .wpbooking-rating-review-result {
                  display: none;
                  font-size: 14px;
                }
                .less {
                  display: none;
                }
                .more, .less {
                  color: @maincolor;
                  font-style: italic;
                  cursor: pointer;
                }
                &.active {
                  .less {
                    display: block;

                  }
                  .more {
                    display: none;
                  }
                  .wpbooking-rating-review-result {
                    display: table-row;
                  }
                }
                .review-stats {
                  display: table;
                  width: 100%;
                  .wpbooking-rating-review-result {
                    .rating-stars {
                      display: table-cell;
                    }
                    .rating-title {
                      display: table-cell;
                      width: 1px;
                      white-space: nowrap;
                      padding-right: 10px;
                    }
                  }
                }
              }
              .wpbooking-vote-for-review {
                font-size: 13px;
                margin-bottom: 10px;
                .review-vote-count {
                  font-weight: bold;
                }
                .review-do-vote {
                  width: 20px;
                  height: 20px;
                  text-align: center;
                  display: inline-block;
                  line-height: 18px;
                  border-radius: 50%;
                  border: 1px solid #333;
                  color: #333;
                  cursor: pointer;
                  &.active {
                    color: white;
                    background: @maincolor;
                    border-color: @maincolor;
                  }
                }
              }
              .wb-btn-reply-comment {
                font-size: 13px;
                font-style: italic;
                color: @maincolor;
                border: none;
              }
            }

            ul, ol {
              li {
                padding-left: 0px;
              }

              padding-left: 17%;
              list-style: none;
              margin-left: 0px;
              .reply-comment-form {
                display: none;
                &.active {
                  display: block;
                }
              }
              .wpbooking-add-reply {
                .clearfix;
                .reply-input {
                  width: 85%;
                  float: left;
                  textarea {
                    border: none;
                    height: 120px;
                    background: #f2f2f2;
                    font-size: 14px;
                  }
                }
                .reply-submit {
                  float: left;
                  width: 13%;
                  margin-left: 2%;
                  .wb-btn {
                    text-align: center;
                    width: 100%;
                    padding-top: 5px;
                    padding-bottom: 5px;

                    i {
                      display: none;
                    }

                    &.loading {
                      i {
                        display: inline-block;
                      }
                    }
                  }
                }
              }
            }
            hr {
              margin-bottom: 10px;
            }
            .comment-control {
              font-size: 13px;
              & > div {
                display: inline-block;
                margin-right: 15px;
                cursor: pointer;
              }
              .review-do-vote.active {
                color: @maincolor;
              }
              .wb-btn-reply-comment {
                color: #666666;
              }
            }
          }
        }

        .user-paginate {
          text-align: center;
          color: #666666;
          a:hover {
            color: #000;
            border-color: #000;
          }
          span, a {
            border: 1px solid #b8b8b8;
            padding: 5px 10px;
            color: #666666;
            text-decoration: none;
          }

          .current {
            background: #e6e6e6;
          }
        }
        .user-paginate-top {
          margin-bottom: 20px;
          text-align: right;
        }
      }
    }

    &.edit_profile {
      .btn {
        border-radius: 0px;
      }
      .dark_bg {
        background: #f2f2f2;
        padding: 13px 0px;
      }

      &.item_avatar {
        .avatar {
          background: #d6d6d6 none repeat scroll 0 0;
          border-radius: 0;
          text-align: center;
          img {
            border: 2px solid #fff;
            border-radius: 50%;
            margin: 5px;
            width: 123px !important;
            height: 123px !important;
          }
        }
      }
      .text-info {
        color: #666666;
        font-size: 13px;
      }
      .avatar-control {
        margin-top: 10px;
        .btn {
          &:hover {
            border-radius: 5px;
            background: #fafafa;
          }
          background: #fff none repeat scroll 0 0;
          color: #666;
          margin-right: 20px;
          padding: 2px 13px;
          text-transform: none;
          cursor: pointer;
          text-align: center;
          display: block;
        }
        .text-color {
          color: @maincolor;
          text-decoration: underline;
          border: none;
          font-style: italic;
          float: left;
          display: block;
        }
        .upload-avatar {
          display: block;
          position: relative;
          float: left;
          cursor: pointer;
        }
      }
      .wb-edit-profile-wrap {
        border: 1px solid #ccc;
        margin-top: 30px;
        padding-bottom: 30px;
        .tab-page-title {
          padding-left: 15px;
          padding-right: 15px;
        }
        .item_profile {
          label {
            margin-bottom: 10px;
          }
          .form-control {
            border-radius: 0px;
            height: 32px;
          }
          select.form-control {
            width: auto;
          }
          select.form-control.country {
            width: 100%;
          }
          .birthday {
            select {
              display: inline-block;
            }
          }
          .wb-btn-default {
            background: @maincolor;
            padding: 6px 15px;
            text-transform: capitalize;
            font-weight: normal;
          }
          .btn-primary {
            background-color: #31b0d5;
            border-color: #31b0d5;
            text-transform: none;
          }
          .btn-primary.focus, .btn-primary:focus {
            background-color: #286090;
            border-color: #122b40;
            color: #fff;
          }
          .btn-primary:hover {
            background-color: #286090;
            border-color: #204d74;
            color: #fff;
          }
        }
      }
    }
    &.change_password {
      .tab-page-title {
        font-size: 20px;
        margin: 20px 0 25px;
      }
      .border {
        color: #666666;
        border: 1px solid #cccccc;
        padding: 15px 5px;
      }
      label {
        padding-bottom: 7px;
      }
      .text-info {
        padding-top: 15px;
        padding-bottom: 20px;
        color: #666666;
        font-style: italic;
      }
      .btn {
        text-transform: none;
        border-radius: 0px;
      }
      .form-control {
        border-radius: 0px;
        height: 32px;
      }
      .btn-primary {
        background-color: #31b0d5;
        border-color: #31b0d5;
      }
      .btn-primary.focus, .btn-primary:focus {
        background-color: #286090;
        border-color: #122b40;
        color: #fff;
      }
      .btn-primary:hover {
        background-color: #286090;
        border-color: #204d74;
        color: #fff;
      }
      .wb-btn-default {
        padding: 6px 15px;
        background: @maincolor;
        font-weight: normal;
        text-transform: capitalize;
        font-size: 15px;
      }

    }
    &.your_wishlist {
      .dark_bg {
        background: #f2f2f2;
        padding: 20px;
      }

      .service-filters {
        margin: 0px;
        list-style: none;
        padding: 0px;
        margin-bottom: 10px;
        li {
          display: inline-block;
          margin-right: 1px;
          a {
            display: inline-block;
            background: white;
            padding: 4px 15px;
            color: #333;
            border: 1px solid #e9e9e9;
            &:hover {
              text-decoration: none;
            }
          }
          &.active, &:hover {
            a {
              background: #e6e6e6;
              border-color: #e6e6e6;
              border-bottom-color: #b8b8b8;
            }
          }
        }
      }
      // Your Listing
      .wpbooking-account-services {
        background: #f2f2f2;
        padding: 40px 15px;
        .lable {
          margin-bottom: 20px;
        }
        .service-fav {
          border: none;
          &.active i {
            color: @maincolor
          }
          i {
            color: #e6e6e6;
            font-size: 24px;
            left: 3px;
            text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
            top: 2px;
            &:hover, &:focus, &.active {
              color: @maincolor
            }
          }
        }
        .service-item {
          margin-bottom: 15px;
          background: white;
          padding: 5px 8px;
          position: relative;
          .clearfix;
          .service-img {
            float: left;
            margin-right: 10px;
            img {
              width: 90px;
              height: auto;
            }
          }
          .service-info {
            display: table;
            .service-title {
              margin: 0px;
              margin-bottom: 5px;
              font-weight: normal;
              text-transform: none;
              font-size: 16px;
              a {
                border: none;
                &:hover {
                  text-decoration: none;
                  color: @maincolor;
                }
              }
            }
            .service-price {
              br {
                display: none;
              }
            }
          }
          .service-status {
            position: absolute;
            right: 15px;
            top: 10px;
          }
        }
      }

    }
    .subsubsub {
      margin: 0px;
      padding: 0px;
      list-style: none;
      margin-bottom: 20px;
      li {
        display: inline;
        list-style: none;
        a.current {
          text-decoration: none;
          border-bottom: 0px;
        }
      }
    }
    .tab-page-title {
      font-size: 20px;
      margin: 0px;
      margin-bottom: 20px;
      margin-top: 20px;
    }
    .tablenav {
      .clearfix;
      font-size: 15px;

      .alignleft {
        float: left;
      }
      .alignright {
        float: right;
      }
      .button {
        padding: 7px 15px;
      }
      select, input[type=text] {
        font-size: 15px;
        line-height: 34px;
        height: 34px;
        margin-bottom: 10px;
      }

    }
    .wp-list-table {
      font-size: 15px;
      .select-all {
        width: 40px;
      }
      .column-date {
        width: 70px;
      }
      .column-date-booking {
        width: 100px;
      }
      tr {
        .row-actions {
          display: none;
        }
        &:hover {
          .row-actions {
            display: block;
          }
        }
      }

    }
    .wb-profile-box {
      background: #f2f2f2;
      margin-bottom: 30px;
      padding: 15px 10px 10px;
      .clearfix;
      .profile-avatar {
        float: left;
        margin-right: 15px;
        img {
          border: 5px solid white;
          border-radius: 50%;
        }
        .edit_profile {
          display: block;
          text-align: center;
          border: none;
          color: @maincolor;
          margin-top: 10px;
          text-decoration: underline;
        }
      }
      .profile-info {
        display: table;
        .user-display-name {
          margin: 0px;
          font-size: 16px;
          font-weight: bold;
          color: #666;
          margin-bottom: 20px;
          text-transform: none;
        }
      }
    }
    .wb-profile-panel {
      margin-bottom: 30px;
      border: 1px solid #e6e6e6;
      .panel-heading {
        background: #e6e6e6;
        padding: 3px 15px;
        .panel-title {
          margin: 0px;
          font-weight: normal;
          color: #666;
          text-transform: none;
          font-size: 14px;
          padding: 2px 0px;
        }
      }
      .panel-body {
        padding: 0;
      }
    }
    .wb-list-new-messages {
      margin: 0px;
      padding: 0px;
      list-style: none;
      li {
        position: relative;
        a {
          text-decoration: none;
          border: none;
        }
        border-bottom: 1px solid #ebebeb;
        display: block;
        padding: 15px 10px;
        .clearfix;
        &:last-child {
          border: none;
        }
        .avatar {
          float: left;
          margin-right: 10px;
          img {
            border: 3px solid #e6e6e6;
            border-radius: 50%;
            width: 60px;
            margin-right: 0px;
          }
        }
        .info {
          display: table;
          .user-displayname {
            margin: 0px;
            font-weight: bold;
            color: #666666;
            padding: 0px;
            font-size: 14px;
          }

          .time {
            position: absolute;
            top: 20px;
            right: 10px;
          }
        }
        &.go-view-all {
          padding: 10px;
        }

        .view-all {
          color: @maincolor;
          border: none;
          text-decoration: underline;
        }
      }
    }
    &.booking_history {
      .wb-button {
        background: #666666 none repeat scroll 0 0;
        border: 1px solid #666666;
        color: white;
        font-size: 14px;
        font-weight: normal;
        padding: 6px 15px;
        text-transform: uppercase;
      }
      .control-filter {
        margin-bottom: 25px;
        @media (max-width: 991px) {
          .wb-button {
            margin-top: 20px;
          }
        }
      }
    }
    &.dashboard {
      .profile {
        label {
          font-weight: bold;
        }
        p {
          font-style: italic;
        }
        .full_name {
          p {
            font-size: 24px;
            font-style: normal;
            font-weight: bold;
            margin-bottom: 30px;
          }
        }
        .content {
          border: 1px solid #cccccc;
          padding: 10px 20px 20px;
        }
        .change_pass {
          color: @maincolor;
          border-bottom: solid 1px @maincolor;
        }
      }
    }
  }

  .reply-inbox {
    .inbox-messages {
      background: rgba(230, 230, 230, 0.2);
      padding: 10px
    }
    .old-messages {
      max-height: 450px;
      overflow-y: auto;
      margin-bottom: 20px;
      margin-right: -10px;
      padding-right: 10px;
      .wb-load-more-reply {
        margin-bottom: 15px;
        text-transform: none;
        color: #666;
        font-size: 14px;
        cursor: pointer;
        .loading {
          display: none;
        }
        &.loading {
          .loading {
            display: inline-block;
          }
        }
        &:hover {
          border: 1px solid #d5d5d5;
        }
      }
      .message {
        margin-bottom: 30px;
        &:last-child {
          margin-bottom: 0px;
        }
        .clearfix;
        .avatar {
          float: left;
          width: 8%;
          margin-right: 2%;
          box-sizing: border-box;
          img {
            width: 100%;
            height: auto;
            border: 3px solid #e6e6e6;
            border-radius: 50%;
          }
        }
        .info {
          float: left;
          width: 88%;
          box-sizing: border-box;
          font-size: 14px;
          background: #e6e6e6;
          border-bottom: 1px solid #c0c0c0;
          line-height: 18px;
          color: #666;
          padding: 15px;
          position: relative;
          &:after {
            content: "";
            position: absolute;
            top: 15px;
            left: -7px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 7px 10px 0;
            border-color: transparent #e6e6e6 transparent transparent;

          }
          .message-content {
            color: #666;
          }
          .author {
            color: @maincolor;
            font-size: 16px;
            margin: 0px;
            margin-bottom: 7px;
            font-weight: 700;

          }
          .time {
            color: #999999;
            font-size: 13px;
            margin-bottom: 0px;
            margin-top: 5px;
            font-style: italic;
          }
        }
        &.current {
          .avatar {
            float: right;
            margin-left: 2%;
            margin-right: 0px;
          }
          .info {

            background: white;
            border: 1px solid #e6e6e6;
            &:after {
              left: auto;
              right: -7px;
              border-width: 10px 0 10px 7px;
              border-color: transparent transparent transparent #e6e6e6;
            }
          }
        }
      }
    }

    .wb-send-message-form {
      .clearfix;
      .user-avatar {
        float: right;
        width: 8%;
        margin-left: 2%;
        box-sizing: border-box;
        img {
          width: 50px;
          height: auto;
          border-radius: 50%;
          border: 3px solid #e6e6e6;
        }
      }
      .message-input {
        float: left;
        box-sizing: border-box;
        width: 88%;
        position: relative;
        margin-bottom: 15px;

        textarea {
          font-size: 14px;
          background: white;
          border: 1px solid #e6e6e6;
          padding: 15px;
        }

        &:after {
          content: "";
          position: absolute;
          top: 15px;
          right: -7px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 0 10px 7px;
          border-color: transparent transparent transparent #e6e6e6;

        }

        .wb-btn {
          .loading {
            display: none;
          }
        }
      }
      &.loading {
        .wb-btn {
          .loading {
            display: inline-block;
          }
        }
      }
    }
  }
}

.wpbooking-account-table {
  font-size: 14px;
  table-layout: auto;
  td {
    padding: 20px 8px;
    position: relative;
    vertical-align: middle;
    .service-name {
      margin: 0;
      padding-bottom: 5px;
      color: @maincolor;
      font-size: 15px;
      a {
        color: @maincolor;
        border-bottom: 1px solid @maincolor;
      }
    }
    .item-form-to {
      font-size: 13px;
      span {
        font-weight: bold;
      }
    }
    .link-details {
      padding-top: 5px;
      a {
        border: medium none;
        color: #f0ad4e;
        font-size: 13px;
        font-style: italic;
        font-weight: normal;
        margin-top: 20px;
        padding: 3px 11px;
      }
    }
  }
  .booking-data {
    padding-left: 15px;
    .label {
      color: #000;
      border-radius: 0px;
      border: solid 1px #000;
      padding: 5px 10px;
      text-transform: uppercase;
    }
    .label.pay-on-hold {
      color: @maincolor;
      border: solid 1px @maincolor;
    }
    .label.pay-completed {
      color: #5cb85c;
      border: solid 1px #5cb85c;
    }
    .label.pay-failed {
      color: #ff3333;
      border: solid 1px #ff3333;
    }
    .payment_method {
      display: block;
      margin-top: 10px;
    }

  }
  .booking-price {
    .total {
      font-size: 17px;
      font-weight: bold;
    }
  }
  .column-min {
    width: 1px;
    white-space: nowrap;
  }

  .order-number {
    border: none;
    color: @maincolor;
  }

  .order-items {
    padding-left: 24px;
    a {

      border: none;
      color: @maincolor;
    }
  }
}

@media (max-width: 480px) {
  .tab_history {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 20px;
    .wpbooking-account-table {
      width: 480px;
    }
  }
}

.wpbooking-paginate {
  .page-numbers {
    border: 1px solid @maincolor;
    color: @maincolor;
    margin-right: 5px;
    padding: 2px 10px;
    &:hover {
      background: @maincolor;
      color: #fff;
    }
    &.current {
      background: transparent;
      color: #666;
      border: 1px solid #666;
    }
  }
}

// On-OFF
.wpbooking-switch-wrap {
  .checkbox {
    display: none;
  }
  .wpbooking-switch {
    width: 54px;
    height: 26px;
    background: #cccccc;
    z-index: 0;
    margin: 0;
    padding: 0;
    appearance: none;
    border: none;
    cursor: pointer;
    position: relative;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    &:before {
      content: 'OFF';
      position: absolute;
      left: 1px;
      top: 1px;
      width: 52px;
      height: 24px;
      //background: #cccccc;
      z-index: 1;
      border-radius: 16px;
      -moz-border-radius: 16px;
      -webkit-border-radius: 16px;
      color: white;
      font-weight: bold;
      font-size: 12px;
      line-height: 25px;
      text-align: right;
      box-sizing: border-box;
      padding: 0px 4px;
    }
    &:after {
      content: ' ';
      height: 23px;
      width: 23px;
      border-radius: 50%;
      background: white;
      position: absolute;
      z-index: 2;
      top: 1px;
      left: 1px;
      -webkit-transition-duration: 300ms;
      transition-duration: 300ms;
      //-webkit-box-shadow: 0 2px 5px #999999;
      //box-shadow: 0 2px 5px #999999;
    }
    &.switchOn {
      background: #ed8323 !important;
      &:before {
        background: #ed8323 !important;
        content: "ON";
        text-align: left;
      }
      &:after {
        left: 30px !important;
      }
    }
  }
}

.wpbooking-remove-coupon {
  border: none;
}

body {
  &.twentyfourteen {
    .site-main {
      &.twentyfourteen {
        margin-left: 19.3333%;
        margin-right: 1.3333%;
        margin-bottom: 7.6923%;
        margin-top: 8.3332%;
        background: #fff;
        box-shadow: 0 0 1px rgba(0, 0, 0, .15);
      }
    }
    .hentry {
      max-width: none;
    }
    .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
      max-width: none;
      margin-right: 0;
    }
    .user-reviews .comment-list > li .comment-meta {
      width: 25% !important;
    }
    .user-reviews .comment-list > li .comment-content-wrap {
      width: 75% !important;
    }
  }
  &.twentythirteen {
    &.sidebar {
      .wpbooking-single-content {
        padding: 0px;
      }
    }
    .wpbooking-container {
      padding-left: 0px;
      padding-right: 0px;
    }

    .wpbooking-loop-items {
      padding-left: 0px;

      .loop-item .content-item {
        .service-content .wpbooking-room-type a {
          margin: 2px 0px;
        }
      }
    }

    .col-service-title {
      width: 100%;
      margin-bottom: 30px;
    }
    .col-order-form {
      width: 100%;
      margin-bottom: 30px;

      .service-order-form .order-form-content {
        .wpbooking_order_form {
          .clearfix;
        }
        input[type=text] {
          width: 100%;
        }
        .wb-field {
          width: 50%;
          float: left;
          padding: 0px 10px;
          label {
            position: relative;
          }
        }

        [type=submit] {
          clear: both;
          display: block;
        }
      }

    }

    .order-information-table {
      border-right: 1px solid #ededed;

      td, th {
        padding: 10px;
        border-top: 1px solid #ededed;
        border-left: 1px solid #ededed;
      }
      th {
        text-transform: none;
      }
    ;
    }

    .wb-btn {
      &:hover {
        color: white;
      }
      &.wb-btn-default:hover {
        color: #333;
      }
    }
    .wpbooking-account-table {

      border-right: 1px solid #ededed;
      td, th {
        border-top: 1px solid #ededed;
        border-left: 1px solid #ededed;
      }

    }
    .user-reviews .comment-list {
      > li {
        &:after {
          display: none;
        }
      }
    }
    .wpbooking-myaccount-wrap .reply-inbox .wb-send-message-form .message-input textarea {
      width: 100%;
    }

  }
  &.twentysixteen {
    .entry-content
    .wpbooking-myaccount-wrap, .wpbooking-cart-wrap, .wpbooking-checkout-wrap {
      a {
        box-shadow: none;
      }
    }
  }
  &.twentytwelve {
    .wb-archive-wrapper {
      padding: 0px;
      * {
        box-sizing: border-box;
      }

    }
    .wpbooking_service {

      * {
        box-sizing: border-box;
      }
    }
    .wpbooking-myaccount-wrap {
      * {
        box-sizing: border-box;
      }
    }
    .wpbooking-loop-wrap {
      .service-thumbnail {
        img {
          max-width: 100%;
          margin-bottom: 0;
        }
      }
    }
    .wpbooking-single-content {
      font-size: 13px;
      .wb-service-title-address {
        .wb-service-title {
          margin-top: 30px;
        }
        .wb-hotel-star {
          margin-bottom: 10px;
          margin-top: 5px;
        }
      }
      .wb-tabs {
        a {
          text-decoration: none;
        }
      }
      .wp-tabs-content {
        .service-map-element {
          min-height: 300px !important;
        }
      }
      .col-service-reviews-meta {
        .wb-service-reviews-meta {
          padding-top: 30px;
          .wb-reviews-score-box {
            .score-header {
              padding-left: 10px;
            }
          }
          .wb-reviews-score-box {
            min-height: 150px;
            .list_review_fields {
              font-size: 13px;
              .rating_title {
                padding-left: 10px;
              }
              .rating {
                font-size: 12px;
              }
            }
          }

        }
        a {
          text-decoration: none;
          color: #666;
        }
      }
      .service-content-section {
        .service-detail-item {
          font-size: 13px;
          line-height: 1.5;
        }
        .search-room-availablity {

          .content-search-room {
            .loop-room {
              .room-image {
                img {
                  max-width: 100%;
                }
              }
              .room-content {
                .room-info {
                  .control {
                    .img {
                      padding: 5px 6px;
                      line-height: 1;
                    }
                  }
                }
              }
              .room-book {
                .room-total-price {
                  margin-bottom: 10px;
                }
                .room-number {
                  width: 80%;
                }
              }
            }
          }
        }
      }
      #respond {
        form {
          label {
            display: table-row;
          }
          input[type="text"] {
            width: 100%;
            padding: 5px;
          }
          .comment-form-author {
            margin-right: 5px;
          }
          .comment-form-email {
            margin-left: 5px;
          }
        }

      }
      .wb-reviews-section {
        .comment-list {
          > li .comment-content-wrap {
            .comment-title {
              font-size: 18px;
              font-weight: bold;
              margin-bottom: 10px;
            }
            .comment-text {
              font-size: 13px;
              p {
                line-height: 1.5;
              }
            }
            .wpbooking-more-review-detail {
              .review-stats {
                .wpbooking-rating-review-result {
                  .rating-title {
                    padding: 4px 10px 4px 0;
                  }
                }
              }
            }
          }
        }
      }
    }

  }
}

// bootstrap custom

.wpbooking-bootstrap {
  &.p10 {
    .row {
      margin-right: -10px;
      margin-left: -10px;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
      position: relative;
      min-height: 1px;
      padding-right: 10px;
      padding-left: 10px;
    }
  }
  &.p5 {
    .row {
      margin-right: -5px;
      margin-left: -5px;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
      position: relative;
      min-height: 1px;
      padding-right: 5px;
      padding-left: 5px;
    }
  }
  .row:before,
  .row:after {
    display: table;
    content: " ";
  }
  .row:after {
    clear: both;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
  }
  .form-control:-ms-input-placeholder {
    color: #999;
  }
  .form-control::-webkit-input-placeholder {
    color: #999;
  }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
  }
  .form-control[disabled],
  .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
  }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
  }
  textarea.form-control {
    height: auto;
  }
  label {
    display: inline-block;
    /*font-weight: 700;*/
    margin-bottom: 5px;
    max-width: 100%;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 768px) {
    .container {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      width: 1170px;
    }
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0;
  }
  @media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
      float: left;
    }

    .col-sm-12 {
      width: 100%;
    }

    .col-sm-11 {
      width: 91.66666667%;
    }

    .col-sm-10 {
      width: 83.33333333%;
    }

    .col-sm-9 {
      width: 75%;
    }

    .col-sm-8 {
      width: 66.66666667%;
    }

    .col-sm-7 {
      width: 58.33333333%;
    }

    .col-sm-6 {
      width: 50%;
    }

    .col-sm-5 {
      width: 41.66666667%;
    }

    .col-sm-4 {
      width: 33.33333333%;
    }

    .col-sm-3 {
      width: 25%;
    }

    .col-sm-2 {
      width: 16.66666667%;
    }

    .col-sm-1 {
      width: 8.33333333%;
    }

    .col-sm-pull-12 {
      right: 100%;
    }

    .col-sm-pull-11 {
      right: 91.66666667%;
    }

    .col-sm-pull-10 {
      right: 83.33333333%;
    }

    .col-sm-pull-9 {
      right: 75%;
    }

    .col-sm-pull-8 {
      right: 66.66666667%;
    }

    .col-sm-pull-7 {
      right: 58.33333333%;
    }

    .col-sm-pull-6 {
      right: 50%;
    }

    .col-sm-pull-5 {
      right: 41.66666667%;
    }

    .col-sm-pull-4 {
      right: 33.33333333%;
    }

    .col-sm-pull-3 {
      right: 25%;
    }

    .col-sm-pull-2 {
      right: 16.66666667%;
    }

    .col-sm-pull-1 {
      right: 8.33333333%;
    }

    .col-sm-pull-0 {
      right: auto;
    }

    .col-sm-push-12 {
      left: 100%;
    }

    .col-sm-push-11 {
      left: 91.66666667%;
    }

    .col-sm-push-10 {
      left: 83.33333333%;
    }

    .col-sm-push-9 {
      left: 75%;
    }

    .col-sm-push-8 {
      left: 66.66666667%;
    }

    .col-sm-push-7 {
      left: 58.33333333%;
    }

    .col-sm-push-6 {
      left: 50%;
    }

    .col-sm-push-5 {
      left: 41.66666667%;
    }

    .col-sm-push-4 {
      left: 33.33333333%;
    }

    .col-sm-push-3 {
      left: 25%;
    }

    .col-sm-push-2 {
      left: 16.66666667%;
    }

    .col-sm-push-1 {
      left: 8.33333333%;
    }

    .col-sm-push-0 {
      left: auto;
    }

    .col-sm-offset-12 {
      margin-left: 100%;
    }

    .col-sm-offset-11 {
      margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
      margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
      margin-left: 75%;
    }

    .col-sm-offset-8 {
      margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
      margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
      margin-left: 50%;
    }

    .col-sm-offset-5 {
      margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
      margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
      margin-left: 25%;
    }

    .col-sm-offset-2 {
      margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
      margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
      margin-left: 0;
    }
  }
  @media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
      float: left;
    }

    .col-md-12 {
      width: 100%;
    }

    .col-md-11 {
      width: 91.66666667%;
    }

    .col-md-10 {
      width: 83.33333333%;
    }

    .col-md-9 {
      width: 75%;
    }

    .col-md-8 {
      width: 66.66666667%;
    }

    .col-md-7 {
      width: 58.33333333%;
    }

    .col-md-6 {
      width: 50%;
    }

    .col-md-5 {
      width: 41.66666667%;
    }

    .col-md-4 {
      width: 33.33333333%;
    }

    .col-md-3 {
      width: 25%;
    }

    .col-md-2 {
      width: 16.66666667%;
    }

    .col-md-1 {
      width: 8.33333333%;
    }

    .col-md-pull-12 {
      right: 100%;
    }

    .col-md-pull-11 {
      right: 91.66666667%;
    }

    .col-md-pull-10 {
      right: 83.33333333%;
    }

    .col-md-pull-9 {
      right: 75%;
    }

    .col-md-pull-8 {
      right: 66.66666667%;
    }

    .col-md-pull-7 {
      right: 58.33333333%;
    }

    .col-md-pull-6 {
      right: 50%;
    }

    .col-md-pull-5 {
      right: 41.66666667%;
    }

    .col-md-pull-4 {
      right: 33.33333333%;
    }

    .col-md-pull-3 {
      right: 25%;
    }

    .col-md-pull-2 {
      right: 16.66666667%;
    }

    .col-md-pull-1 {
      right: 8.33333333%;
    }

    .col-md-pull-0 {
      right: auto;
    }

    .col-md-push-12 {
      left: 100%;
    }

    .col-md-push-11 {
      left: 91.66666667%;
    }

    .col-md-push-10 {
      left: 83.33333333%;
    }

    .col-md-push-9 {
      left: 75%;
    }

    .col-md-push-8 {
      left: 66.66666667%;
    }

    .col-md-push-7 {
      left: 58.33333333%;
    }

    .col-md-push-6 {
      left: 50%;
    }

    .col-md-push-5 {
      left: 41.66666667%;
    }

    .col-md-push-4 {
      left: 33.33333333%;
    }

    .col-md-push-3 {
      left: 25%;
    }

    .col-md-push-2 {
      left: 16.66666667%;
    }

    .col-md-push-1 {
      left: 8.33333333%;
    }

    .col-md-push-0 {
      left: auto;
    }

    .col-md-offset-12 {
      margin-left: 100%;
    }

    .col-md-offset-11 {
      margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
      margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
      margin-left: 75%;
    }

    .col-md-offset-8 {
      margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
      margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
      margin-left: 50%;
    }

    .col-md-offset-5 {
      margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
      margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
      margin-left: 25%;
    }

    .col-md-offset-2 {
      margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
      margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
      margin-left: 0;
    }
  }
  @media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
      float: left;
    }

    .col-lg-12 {
      width: 100%;
    }

    .col-lg-11 {
      width: 91.66666667%;
    }

    .col-lg-10 {
      width: 83.33333333%;
    }

    .col-lg-9 {
      width: 75%;
    }

    .col-lg-8 {
      width: 66.66666667%;
    }

    .col-lg-7 {
      width: 58.33333333%;
    }

    .col-lg-6 {
      width: 50%;
    }

    .col-lg-5 {
      width: 41.66666667%;
    }

    .col-lg-4 {
      width: 33.33333333%;
    }

    .col-lg-3 {
      width: 25%;
    }

    .col-lg-2 {
      width: 16.66666667%;
    }

    .col-lg-1 {
      width: 8.33333333%;
    }

    .col-lg-pull-12 {
      right: 100%;
    }

    .col-lg-pull-11 {
      right: 91.66666667%;
    }

    .col-lg-pull-10 {
      right: 83.33333333%;
    }

    .col-lg-pull-9 {
      right: 75%;
    }

    .col-lg-pull-8 {
      right: 66.66666667%;
    }

    .col-lg-pull-7 {
      right: 58.33333333%;
    }

    .col-lg-pull-6 {
      right: 50%;
    }

    .col-lg-pull-5 {
      right: 41.66666667%;
    }

    .col-lg-pull-4 {
      right: 33.33333333%;
    }

    .col-lg-pull-3 {
      right: 25%;
    }

    .col-lg-pull-2 {
      right: 16.66666667%;
    }

    .col-lg-pull-1 {
      right: 8.33333333%;
    }

    .col-lg-pull-0 {
      right: auto;
    }

    .col-lg-push-12 {
      left: 100%;
    }

    .col-lg-push-11 {
      left: 91.66666667%;
    }

    .col-lg-push-10 {
      left: 83.33333333%;
    }

    .col-lg-push-9 {
      left: 75%;
    }

    .col-lg-push-8 {
      left: 66.66666667%;
    }

    .col-lg-push-7 {
      left: 58.33333333%;
    }

    .col-lg-push-6 {
      left: 50%;
    }

    .col-lg-push-5 {
      left: 41.66666667%;
    }

    .col-lg-push-4 {
      left: 33.33333333%;
    }

    .col-lg-push-3 {
      left: 25%;
    }

    .col-lg-push-2 {
      left: 16.66666667%;
    }

    .col-lg-push-1 {
      left: 8.33333333%;
    }

    .col-lg-push-0 {
      left: auto;
    }

    .col-lg-offset-12 {
      margin-left: 100%;
    }

    .col-lg-offset-11 {
      margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
      margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
      margin-left: 75%;
    }

    .col-lg-offset-8 {
      margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
      margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
      margin-left: 50%;
    }

    .col-lg-offset-5 {
      margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
      margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
      margin-left: 25%;
    }

    .col-lg-offset-2 {
      margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
      margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
      margin-left: 0;
    }
  }
}

#rc-imageselect, .g-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.88 ss);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.tooltip_desc {
  position: relative;
  display: inline-block;
  > i {
    font-size: 17px;
  }
  .tooltip_content {
    background: @maincolor none repeat scroll 0 0;
    bottom: 100%;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    color: white;
    display: none;
    font-size: 13px;
    font-weight: 300;
    left: 50%;
    margin-bottom: 7px;
    padding: 5px 15px !important;
    position: absolute !important;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1;
  }
  &:hover {
    .tooltip_content {
      display: block;
    }
    &:after {
      display: block;
    }
  }

}

.wb-btn {
  margin-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  width: auto;
  color: white;
  padding: 7px 12px;
  font-weight: normal;
}

.wb-btn.wb-btn-default {
  background: @maincolor;
  border: 1px solid @maincolor;
  &:hover {
    color: white;
  }
}

.wb-btn.wb-btn-sm {
  padding: 5px 10px;
}

.wb-btn.wb-btn-lg {
  padding: 9px 16px;
}

.button_show_price {
  background: @maincolor none repeat scroll 0 0;
  border-color: #f0ad4e;
  font-size: 12px;
  padding: 5px 10px;
}

.term_condition {
  border: none !important;
  color: @maincolor;
}

.mgt-10 {
  margin-top: 10px;
}

.wb-hide {
  display: none;
}

/*---------- Tour -----------*/
//Tour single
.wpbooking-single-content {
  .wb-service-contact {
    display: inline-flex;
    font-size: 14px;
    width: 100%;
    .wb-meta-contact {
      margin-right: 10px;
      color: #777;
      a {
        color: #777;
        &:hover {
          color: #333;
        }
      }
    }
  }
}

.tour-single {
  .wb-service-title-address {
    width: 100%;
  }
}

.wb-contact-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    color: #666666;
    font-size: 14px;
    a {
      color: inherit;
      &:hover {
        text-decoration: none;

      }
    }
    i {
      display: inline-block;
      margin-right: 0px;
    }
  }
}

.service-type-tour {
  .wpbooking-single-content {
    .wb-price-html {
      width: auto;
      float: none;
    }
    .wb-service-title-address {
      width: 100%;
    }
  }

  .wb-tour-booking-form {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    .wb-price-html {
      text-align: left;
      padding: 10px 15px !important;
      border-bottom: 1px solid #ddd;
    }
    .wb-tour-form-wrap {
      padding: 20px 15px;
      font-size: 14px;
      background: #fafafa;
      .btn_extra {
        color: #f0ad4e;
        cursor: pointer;
        font-size: 12px;
        font-style: italic;
        text-decoration: underline;
      }
      .more-extra {
        display: none;
        label {
          .price {
            float: right;
          }
        }
      }
      .wpbooking-form-control {
        margin-bottom: 5px;
        select.wpbooking-form-control {
          width: 100%;
          background: #fff;
          padding: 5px;
          font-size: 14px;
          color: #777;
          border: 1px solid #dfdfdf;
        }

      }
      .departure-date-control {
        i.fa {
          width: 25px;
          font-size: 17px;
        }
        select {
          background: #fff;
          padding: 5px;
          font-size: 14px;
          color: #777;
          border: 1px solid #dfdfdf;
        }
        select.wb-departure-date {
          width: 60px;
          margin-right: 10px;
        }
        select.wb-departure-month {
          width: ~"calc(100% - 105px)";
        }
      }
      .controls {
        margin-top: 7px;
      }
      .wb-button.wb-order-button {
        margin-top: 10px;
        text-transform: uppercase;
        background: #f0ad4e;
        border: 1px solid #f0ad4e;
        font-size: 14px;
        color: white;
        padding: 8px 35px;
        font-weight: normal;
      }
    }
    .wb-order-button {
      .fa {
        display: none;
      }
    }
    &.loading {
      .wb-order-button {
        .fa {
          display: inline-block;
        }
      }
    }
  }
  .wb-tour-meta {
    margin-top: 30px;
    .list-meta {
      display: inline-flex;
      list-style: none;
      width: 100%;
      background: #fafafa;
      margin-bottom: 0;
      border: 1px solid #ddd;
      margin-left: 0 !important;
      li {
        &.tour_type {
          width: 28%;
        }
        &.max_people {
          width: 30%;
        }
        &.duration {
          width: 42%;
        }
        font-size: 14px;
        padding: 10px;
      }
    }
  }
  .wb-service-reviews-meta {
    padding-top: 0 !important;
    margin-top: -24px;
    @media (max-width: 1200px) {
      margin-top: 30px;
    }
  }
}

.review-order-item-title {
  .change-date {
    color: #f0ad4e;
    border: none;
  }
}

.departure-date-group {
  .item-search-content {
    position: relative;
    .fa {
      position: absolute;
      top: 50%;
      margin-top: -8px;
      left: 7px;
    }
    .wpbooking-date-start {
      height: 35px;
      text-indent: 20px;
      font-size: 14px;
      line-height: 35px;
    }
  }
}

.daterangepicker {
  .has-event {
    position: relative;
    .event {
      position: absolute;
      top: 100%;
      left: 0;
      padding: 5px 10px;
      background: #555;
      color: #FFF;
      display: none;
      z-index: 1;
      text-align: left;
    }
    &:hover {
      .event {
        display: block;
      }
    }
  }
}

.wpbooking-input-hidden {
  height: 0 !important;
  padding: 0 !important;
  visibility: hidden;
  line-height: 0 !important;
  display: inherit !important;
}

.wpbooking-search-start {

}

.overlay-load {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .7);
  z-index: 9;
  &.hidden {
    display: none !important;
  }
  .preloader8 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 0;
    text-align: left;
  }
  .preloader8 span {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #f5932a;
    animation: preloader8 2s linear infinite;
  }
  .preloader8 span:last-child {
    animation-delay: -0.8s;
  }
}

@keyframes preloader8 {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}



/* ##### Bootstrap column booking shortcode*/
.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media (min-width:768px){.container{width:750px}}
@media (min-width:992px){.container{width:970px}}
@media (min-width:1200px){.container{width:1170px}}
.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
.row{margin-right:-15px;margin-left:-15px}
.wpbooking-list-container{
  .wpbooking-loop-items{
    .col-lg-1,.col-lg-10,.col-lg-11,
    .col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,
    .col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,
    .col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,
    .col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,
    .col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,
    .col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,
    .col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}
    .col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,
    .col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}
    .col-xs-12{width:100%}.col-xs-11{width:91.66666667%}
    .col-xs-10{width:83.33333333%}.col-xs-9{width:75%}
    .col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}
    .col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}
    .col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}
  }
}

@media (min-width:768px){
  .wpbooking-list-container {
    .wpbooking-loop-items {
      .col-sm-1, .col-sm-10, .col-sm-11,
      .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
      .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
      }
      .col-sm-12 {
        width: 100%
      }
      .col-sm-11 {
        width: 91.66666667%
      }
      .col-sm-10 {
        width: 83.33333333%
      }
      .col-sm-9 {
        width: 75%
      }
      .col-sm-8 {
        width: 66.66666667%
      }
      .col-sm-7 {
        width: 58.33333333%
      }
      .col-sm-6 {
        width: 50%
      }
      .col-sm-5 {
        width: 41.66666667%
      }
      .col-sm-4 {
        width: 33.33333333%
      }
      .col-sm-3 {
        width: 25%
      }
      .col-sm-2 {
        width: 16.66666667%
      }
      .col-sm-1 {
        width: 8.33333333%
      }
    }
  }
}
@media (min-width:992px){
  .wpbooking-list-container {
    .wpbooking-loop-items {
      .col-md-1, .col-md-10, .col-md-11,
      .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8,
      .col-md-9 {
        float: left
      }
      .col-md-12 {
        width: 100%
      }
      .col-md-11 {
        width: 91.66666667%
      }
      .col-md-10 {
        width: 83.33333333%
      }
      .col-md-9 {
        width: 75%
      }
      .col-md-8 {
        width: 66.66666667%
      }
      .col-md-7 {
        width: 58.33333333%
      }
      .col-md-6 {
        width: 50%
      }
      .col-md-5 {
        width: 41.66666667%
      }
      .col-md-4 {
        width: 33.33333333%
      }
      .col-md-3 {
        width: 25%
      }
      .col-md-2 {
        width: 16.66666667%
      }
      .col-md-1 {
        width: 8.33333333%
      }
    }
  }
}
.wpbooking-list-container{
  .wpbooking-loop-items{
    .loop-item{
      background: none;
    }
    .loop-item:nth-child(2n+1){
      clear: none;
    }
  }
}
.row:before{display:table;content:" "}
.row:after{clear:both}

.wpbooking-loop-items {
  &.slide{
    .loop-item{
      width:100%;
    }
    .service-thumbnail{
      margin-bottom:10px;
    }
    .service-price{
      .price{
        width: auto;
        display: inline;
      }
    }
  }
}
.wpbooking-loop-wrap {
  .wpbooking-loop-items {
    &.slide{
      margin-left:0px;
      margin-right:0px;
      .loop-item {
        .content-item {
          .service-content {
            .service-price-book-now {
              .service-price {
                .price{
                  width: auto;
                  display: inline;
                }
              }
            }
          }
        }
      }
    }
  }
}
.wpbooking-search-form-shortcode{
  .item-search{
    .item-search-content{
      select.small-input{
        width:100%;
      }
    }
  }
}
.label_star{
  display: none;
}
.icon_star{
  margin-right: 3px;
  i{
    color: #f0ad4e;
  }
}
.wpbooking-search-form{
  .list_star{
    label{
      margin-bottom: 0px;
    }
    .wb-checkbox-search{
      margin-right: 3px;
    }
  }
}
.item-search-content{
  .irs{
    .irs-max{
      font-size: 24px;
      color: #f0ad4e;
    }
  }
}
.wpbooking-search-form-shortcode{
  margin-bottom:40px;
}
.wpbooking-list-service{
  .wpbooking-loop-items{
    .service-thumbnail{
      img{
        border-radius: 4px;
      }
    }
    position: relative;
    .owl-nav{
      font-size: 40px;
      .owl-prev{
        color: #ccc;
        position: absolute;
        top:50%;
        left:-10px;
        transform: translateY(-50%);
        &:hover{
          i{
            color:#f0ad4e;
          }
        }
      }
      .owl-next{
        color: #ccc;
        transform: translateY(-50%);
        position: absolute;
        top:50%;
        right:-10px;
        &:hover{
          i{
            color:#f0ad4e;
          }
        }
      }
    }
    .owl-dots{
      text-align: center;
    }
    .owl-dot{
      display: inline-block;
      margin: 0px 3px;
      span{
        width: 12px;
        height: 12px;
        display: inline-block;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 100%;
      }
      &.active{
        span{
          background: #f0ad4e;
        }
      }
    }
  }
}

.wpbooking-loop-room-shortcode{
.owl-nav{
  font-size: 40px;
  .owl-prev{
    color: #ccc;
    position: absolute;
    top:50%;
    left:-15px;
    transform: translateY(-50%);
    &:hover{
      i{
        color:#f0ad4e;
      }
    }
  }
  .owl-next{
    color: #ccc;
    transform: translateY(-50%);
    position: absolute;
    top:50%;
    right:-15px;
    &:hover{
      i{
        color:#f0ad4e;
      }
    }
  }
}
.owl-dots{
  text-align: center;
}
.owl-dot{
  display: inline-block;
  margin: 0px 3px;
  span{
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
  }
  &.active{
    span{
      background: #f0ad4e;
    }
  }
}
}

.wbooking-room-item{
  .thumbnail{
    margin-bottom: 20px;
    position: relative;
    &:after{
      content: '';
      position: absolute;
      left:0px;
      right:0px;
      top:0px;
      bottom:0px;
      background:rgba(0, 0, 0, 0.2);
      opacity: 0;
      transition: all 0.4s;

    }
  }

  .show_gallery{
    .room-image{
      position: absolute;
      right: 0px;
      bottom: 0px;
      z-index: 1;
      opacity: 0;
      transition: all 0.4s;
      top: 0px;
      left: 0px;
      display: block;
      width: 100%;
    }
    a{
      border-bottom: none;
    }
    i{
      font-size: 30px;
      color:#fff;
    }
  }
  margin-bottom: 20px;
  .service-title{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .info{    font-size: 16px;}
  .info{
    span,
    .room_size{
      display: inline-block;
    }
  }
  .content-item{
    padding-bottom: 15px;
    position: relative;
    background: white;
    transition: all 0.2s;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    -wbkit-border-radius: 4px;
    -moz-border-radius: 4px;
    .price{
      position: absolute;
      top: 15px;
      right: 15px;
      color: #fff;
      background: rgba(0, 0, 0, 0.5);
      padding-left: 10px;
      padding-right: 10px;
      .symbol{
        font-size: 18px;
      }
      .small{
        font-size: 13px;
      }
    }
    .room-content{
      padding-left:10px;
      padding-right:10px;
    }
  }
  .room_type{
    padding-left:10px;
    padding-right:10px;
    margin-top: 15px;
    .item{
      font-size: 16px;
    }
  }
  .facilities{
    padding: 10px;
    .icon-item{
      float: left;
      width:33%;
      font-size: 14px;
      padding-right: 10px;
    }
    &:after{
      content: "";
      display: table;
      clear: both;
    }
  }
}
.wpbooking-list-service,.wpbooking-list-container {
  .wpbooking-loop-items{
    .service-thumbnail{
      border-radius: 4px;
      -wbkit-border-radius: 4px;
      -moz-border-radius: 4px;
      overflow: hidden;
      img{
        transform: scale(1);
        transition:all 0.4s;
      }
    }
    .content-item{
      &:hover{
        .service-thumbnail{
          img{
            transform: scale(1.3);
            transition:all 0.4s;
          }
        }
        .thumbnail{
          &:after{
            opacity: 1;
            transition: all 0.4s;
          }
          .show_gallery{
            opacity: 1;
            transition: all 0.4s;
          }
        }
      }
    }
  }
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  &.modal-open {
    overflow-x: hidden;
    overflow-y: auto;
  }
  &.in{
    .modal-dialog {
      -webkit-transform: translate(0,0);
      -ms-transform: translate(0,0);
      -o-transform: translate(0,0);
      transform: translate(0,0);
    }
  }
}
@media (min-width: 768px){
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  &.in {
    opacity: 1;
  }
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
@media (min-width: 768px){
.modal-content {
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
}}
@media (max-width: 767px) {
  .wbooking-room-item {
    .show_gallery{
      opacity: 1;
    }
  }
}
@media (max-width: 375px) {
  .wbooking-room-item {
    .facilities {
      .icon-item{
        width:50%;
      }
    }
  }
}
.wpbooking-loop-room-shortcode{
  .list{
    .thumbnail{
      float: left;
      margin-bottom: 0px;
    }
    .room-content{
      float: left;
      padding-top: 10px;
      padding-bottom: 15px;
    }
    .wbooking-room-item{
      .content-item{
        padding-bottom:0px;
      }
      &:after{
        content: "";
        display: table;
        clear: both;
      }
      .price{
        position: static;
        margin-top: 10px;
      }
    }
  }
  .slide{
    .room_type{
      padding-left:0px;
      padding-right:0px;
      margin-top: 0px;
      .item{
        font-size:14px;
        line-height: 1.3;
      }
    }
    .facilities {
      margin-top: 5px;
      padding: 0px;
      .icon-item{
        width:auto;
      }
    }
  }
}
.wbooking-room-item{
  .facilities{
    .title{
      color: #000;
      font-size: 16px;
      font-weight: 600;
    }
  }
  .content-item{
    &:after{
      content: "";
      clear: both;
      display: table;
    }
  }
  &.grid{
  }
}
@media (min-width: 992px) {
  .wpbooking-list-service{
    .wpbooking-loop-items{
      &.grid{
        .col-md-6{
          &:nth-child(2n+1) {
            clear: both;
          }
        }
        .col-md-4{
          &:nth-child(3n+1) {
            clear: both;
          }
        }
        .col-md-3{
          &:nth-child(4n+1) {
            clear: both;
          }
        }
      }
    }
  }
  .wpbooking-loop-items.grid{
    .wbooking-room-item{
      &.col-md-4{
        &:nth-child(3n+1) {
          clear: both;
        }
      }
      &.col-md-6{
        &:nth-child(2n+1) {
          clear: both;
        }
      }
      &.col-md-3{
        &:nth-child(4n+1) {
          clear: both;
        }
      }
      &.col-md-2{
        &:nth-child(6n+1) {
          clear: both;
        }
      }
    }
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wpbooking-loop-items.grid{
    .wbooking-room-item{
      &.col-md-4{
        &:nth-child(2n+1) {
          clear: both;
        }
      }
      &.col-md-6{
        &:nth-child(2n+1) {
          clear: both;
        }
      }
    }
  }
}
@media (max-width: 767px){
  .wpbooking-loop-items.grid {
    .wbooking-room-item {
      .thumbnail{
        img{
          width:100%;
        }
      }
    }
  }
}

.wpbooking-loop-room-shortcode {
  .slide {
    .wbooking-room-item {
      .facilities {
        .title {
          float: left;
          font-size: 14px;
          margin-right: 6px;
        }
      }
    }
  }
}


/* wpbooking search tab */
.wpbooking_form_search_tab{
  ul{
    li{
      display: inline-block;
      list-style: none;
      position: relative;
      &:after{
        content:"";
        position: absolute;
        top:0px;
        left:0px;
        bottom: 0px;
        z-index: 1;
        background: #f0ad4e;
        transition: all 0.4s;
      }
      a{
        display: block;
        padding: 3px 14px;
        box-shadow: 1px 1px 1px #ccc;
        border: 1px solid #f3f3f3;
        transition: all 0.4s;
        position: relative;
        z-index: 2;
        &:hover{
          color:#fff;
          border: 1px solid #f0ad4e;
          box-shadow: 5px 3px 5px #ccc;
        }
        &:focus{
          outline: none;
        }
      }
      &.active{
        a{
          color:#fff;
          border: 1px solid #f0ad4e;
          box-shadow: 5px 3px 5px #ccc;
        }
        &:after{
          background: #f0ad4e;
          width:100%;
          transition: all 0.4s;
        }
      }
      &:hover{
        &:after{
          background: #f0ad4e;
          width:100%;
          transition: all 0.4s;
        }
      }
    }
  }
  .tab-content{
    .tab-pane{
      display: none;
      &.active{
        display: block;
      }
    }
  }
}

.tour-type.item{
  &:after{
    content:"";
    display: block;
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    top:0px;
    left:0px;
    bottom:0px;
    width:100%;
    z-index: 1;
  }
  .title{
    margin: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    left: 0px;
    text-align: center;
    z-index: 2;
    a{
      box-shadow: none;
      color: #fff;
      text-transform: none;
      font-weight: normal;
    }
  }
}
.tour-type.item{
  overflow: hidden;
  position: relative;
  img{
    transform: scale(1);
    transition: all 0.4s;
  }
  &:hover{
    img{
      transform: scale(1.2);
      transition: all 0.4s;
    }
  }
}