@import url("https://fonts.googleapis.com/css?family=Hind|Merriweather|Playfair+Display:400,700,900");
.booking-box {
  position: relative;
  width: 60%;
  margin: 0 auto;
  background: #FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 60px;
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .booking-box {
    width: 70%;
    padding: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .booking-box {
    width: 80%;
    padding: 60px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .booking-box {
    width: 80%;
    padding: 60px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .booking-box {
    width: 90%;
    padding: 60px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .booking-box {
    width: 90%;
    padding: 30px;
  }
}

.booking-box.small {
  width: 40%;
  font-size: 14px;
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  .booking-box.small {
    width: 40%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .booking-box.small {
    width: 50%;
  }
}

@media only screen and (min-width: 736px) and (max-width: 812px) {
  .booking-box.small {
    width: 80%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 735px) {
  .booking-box.small {
    width: 90%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .booking-box.small {
    width: 90%;
  }
}

.booking-box .bookingarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .booking-box .bookingarea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.booking-box .bookingarea .selector-type-2 {
  width: 100%;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .booking-box .bookingarea .selector-type-2 {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.booking-box .bookingarea .selector-type-2.margin-r0 {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .booking-box .bookingarea .selector-type-2.margin-r0 {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.booking-box .bookingarea .bi_box {
  width: 100%;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .booking-box .bookingarea .bi_box {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.booking-box.margin-t30 {
  margin-top: 30px;
}

.booking-box.margin-t10 {
  margin-top: 10px;
  margin-bottom: 60px;
}

.booking-box.margin-t30b60 {
  margin-top: 30px;
  margin-bottom: 60px;
}

.guestarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.guestarea h2 {
  font-size: 36px;
  width: 100%;
  margin-top: 0;
  color: #3D3D3D;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .guestarea h2 {
    font-size: 24px;
  }
}

.guestarea .guest_msg {
  margin-bottom: 25px;
  width: 100%;
}

.guestarea .helf {
  width: 49%;
  margin-right: 2%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .guestarea .helf {
    width: 100%;
    margin-right: 0;
  }
}

.guestarea .helf.right {
  margin-right: 0;
}

.cart_buttonbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cart_buttonbox .linkbuttonCon {
  margin: 0 5px;
}

.sub-btn, .add-btn {
  display: none;
}

.quantity .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quantity .input-group .input-group-prepend button, .quantity .input-group .input-group-append button {
  margin-right: 2px;
  width: 40px;
  height: 40px;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
}

.quantity .input-group .form-control {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  margin-left: 2px;
  border: 1px solid #E5E5E5;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
}

.msgword {
  padding: 0 20px;
  margin: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  margin-left: 2px;
  border: 1px solid #E5E5E5;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
}

.numberingtext {
  text-align: center;
}

.only {
  width: 100%;
  text-align: center;
}

.only p {
  margin: 0;
}

.noline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  margin-top: 40px;
}

.noline .qrimg {
  text-align: center;
}

.noline .qrid {
  margin: 0;
}

.noline .guestsubtitle {
  margin: 0;
  text-align: center;
}

.cart_buttonbox {
  width: 100%;
}

.booking-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.booking-list .booking-title, .booking-list .booking-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .booking-list .booking-title, .booking-list .booking-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.booking-list .booking-title li span.for-mobile, .booking-list .booking-item li span.for-mobile {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .booking-list .booking-title li span.for-mobile, .booking-list .booking-item li span.for-mobile {
    display: contents;
  }
}

.booking-list .booking-title li:nth-child(1), .booking-list .booking-item li:nth-child(1) {
  width: 30%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .booking-list .booking-title li:nth-child(1), .booking-list .booking-item li:nth-child(1) {
    width: 100%;
    box-shadow: inset 0 -1px 0 0 #E5E5E5;
    -webkit-box-shadow: inset 0 -1px 0 0 #E5E5E5;
    -moz-box-shadow: inset 0 -1px 0 0 #E5E5E5;
    -o-box-shadow: inset 0 -1px 0 0 #E5E5E5;
    color: #3D3D3D;
    font-size: 16px;
    font-family: "Merriweather", serif;
    background: #E5E5E5;
  }
}

.booking-list .booking-title li:nth-child(2), .booking-list .booking-item li:nth-child(2) {
  width: 25%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .booking-list .booking-title li:nth-child(2), .booking-list .booking-item li:nth-child(2) {
    width: 50%;
  }
}

.booking-list .booking-title li:nth-child(3), .booking-list .booking-item li:nth-child(3) {
  width: 30%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .booking-list .booking-title li:nth-child(3), .booking-list .booking-item li:nth-child(3) {
    width: 50%;
  }
}

.booking-list .booking-title li:nth-child(4), .booking-list .booking-item li:nth-child(4) {
  width: 15%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .booking-list .booking-title li:nth-child(4), .booking-list .booking-item li:nth-child(4) {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .booking-list .booking-title {
    display: none;
  }
}

.booking-list .booking-title li {
  width: 100%;
  padding: 16px 20px;
  color: #FFF;
  background: #31A457;
  text-align: center;
  box-shadow: inset -1px -1px 0 0 #E5E5E5;
  -webkit-box-shadow: inset -1px -1px 0 0 #E5E5E5;
  -moz-box-shadow: inset -1px -1px 0 0 #E5E5E5;
  -o-box-shadow: inset -1px -1px 0 0 #E5E5E5;
}

.booking-list .booking-item {
  cursor: pointer;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .booking-list .booking-item {
    margin-bottom: 20px;
  }
}

.booking-list .booking-item:hover li, .booking-list .booking-item:focus li {
  background: #FFF;
}

.booking-list .booking-item li {
  width: 100%;
  padding: 16px 20px;
  background: #F0F0F0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-shadow: inset -1px -1px 0 0 #E5E5E5;
  -webkit-box-shadow: inset -1px -1px 0 0 #E5E5E5;
  -moz-box-shadow: inset -1px -1px 0 0 #E5E5E5;
  -o-box-shadow: inset -1px -1px 0 0 #E5E5E5;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .booking-list .booking-item li {
    background: #FFF;
    box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0);
    -webkit-box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0);
    -moz-box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0);
    -o-box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0);
    border: 1px solid #f5f5f5;
  }
  .booking-list .booking-item li:nth-child(2), .booking-list .booking-item li:nth-child(3), .booking-list .booking-item li:nth-child(4) {
    border-top: 0px;
  }
}

.radio input[type=radio] {
  width: 20px;
  height: 20px;
}

.closebtn {
  width: 42px;
  height: 42px;
  background: #3B7440;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.closebtn img {
  width: 14px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .closebtn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.flex-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .flex-sb {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.booking-record h2 {
  font-size: 36px;
}

.booking-record h2 span {
  font-size: 36px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .booking-record h2 span {
    font-size: 14px;
    width: 100%;
    display: block;
    line-height: 14px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .booking-record h2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    font-size: 42px;
  }
}

.booking-record h3 {
  width: 100%;
  margin-top: 0;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .booking-record h3 {
    font-size: 20px;
  }
}
/*# sourceMappingURL=booking.css.map */