﻿/************************
    Common
************************/
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.sm-gutter {
  margin-left: -5px;
  margin-right: -5px;
}
.sm-gutter > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}
.bg-white {
  background: #fff;
}
.bg-header {
  background: #1d5c73;
  padding: 100px 0;
}
.bg-header h1 {
  color: #fff;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
.bg-gray {
  background: #f1f1f1;
}
/*.bg-blue {
    background: @blue;
}*/
.bg-orange {
  background: #ECAC00;
}
.color-white {
  color: #fff;
}
.color-orange {
  color: #ECAC00;
}
.booking-step {
  padding: 25px 0;
}
.btn-next-step,
.btn-prev-step,
.btn-receipt-print {
  background: #ff8900;
  border-radius: 0;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 100%;
  padding: 30px;
  text-transform: none;
}
.btn-next-step:hover,
.btn-prev-step:hover,
.btn-receipt-print:hover {
  color: #fff;
}
.btn-next-step .btn-next-step,
.btn-prev-step .btn-next-step,
.btn-receipt-print .btn-next-step {
  text-align: left;
}
.btn-next-step .btn-prev-step,
.btn-prev-step .btn-prev-step,
.btn-receipt-print .btn-prev-step {
  text-align: right;
  margin-top: 20px;
}
.booking-discount-notice {
  background: #fff;
  padding: 20px;
}
.full-width {
  width: 100%;
}
/************************
    Filter
************************/
/************************
    Steps
************************/
.booking-steps .booking-steps-container {
  background: transparent;
  padding: 10px 40px;
}
.booking-steps .step {
  opacity: 0.4;
  margin: 15px 0;
}
.booking-steps .step .number {
  background: #1d5c73;
  border: 6px solid #ccc;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  max-width: 60px;
  width: 60px;
  padding: 5px 0;
}
.booking-steps .step span {
  display: block;
  font-size: 12px;
  padding: 10px 0 0;
}
.booking-steps .step.active {
  opacity: 1;
}
.booking-steps .step.active .number {
  background-color: #1d5c73;
}
/************************
    Step 1
************************/
.tab-selector-mobile {
  background: #1d5c73;
  padding: 20px;
}
.booking-tabs .nav-tabs {
  border-bottom-color: transparent;
}
.booking-tabs .nav-tabs > li a {
  background: #c7c6c6;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #eee;
  font-size: 16px;
  padding: 8px 15px;
}
.booking-tabs .nav-tabs > li a:hover {
  background: #eee;
  color: #1d5c73;
}
.booking-tabs .nav-tabs > li.active a {
  background: #eee;
  border-color: #eee;
  color: #1d5c73;
}
.booking-tabs .tab-content {
  background: #eee;
  -moz-border-radius: 0 8px 8px 8px;
  -webkit-border-radius: 0 8px 8px 8px;
  border-radius: 0 8px 8px 8px;
  padding: 20px;
}
.booking-tabs .tab-content .tab-pane {
  background: #eee;
}
.booking-tabs .tab-content .tab-pane .btn-cart {
  background: #2c8db0;
  border: none;
  color: #2c8db0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  padding: 8px 10px;
}
.booking-tabs .tab-content .tab-pane .btn-cart:hover {
  background: #44c7f5;
  border: none;
  color: #44c7f5;
}
.booking-tabs .tab-content .tab-pane .btn-cart .fa-shopping-cart {
  color: #fff;
  font-size: 20px;
}
.booking-tabs .tab-content .tab-pane .btn-cart .fa-check {
  background: #44c7f5;
  border: none;
  color: #fff;
  font-size: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 5px;
}
.booking-tabs .tab-content .tab-pane .table-striped {
  font-family: Lato, sans-serif;
  color: #686868;
}
.booking-tabs .tab-content .tab-pane .table-striped thead tr th {
  background: #1d5c73;
  border-bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: normal;
}
.booking-tabs .tab-content .tab-pane .table-striped thead tr th:first-of-type {
  text-align: left;
}
.booking-tabs .tab-content .tab-pane .table-striped tbody > tr {
  /*&:nth-child(2n+1) {
                            background: transparent;

                            > td {
                                &:nth-child(1n+1) {
                                    background: #f8f8f8;
                                }

                                &:nth-child(1n+2) {
                                    background: #f0f0f0;
                                }

                                &:nth-child(1n+3) {
                                    background: #e9e9e9;
                                }
                            }
                        }*/
}
.booking-tabs .tab-content .tab-pane .table-striped tbody > tr > td {
  border-bottom: 2px solid #fff;
  color: #666;
  padding: 5px 15px;
  vertical-align: middle;
}
.booking-tabs .tab-content .tab-pane .table-striped tbody > tr > td:first-of-type {
  text-align: left;
}
.booking-tabs .tab-content .tab-pane .table-striped tbody > tr > td:nth-child(1n+1) {
  background: #eff5fb;
}
.booking-tabs .tab-content .tab-pane .table-striped tbody > tr > td:nth-child(1n+2) {
  background: #e8f0f8;
}
.booking-tabs .tab-content .tab-pane .table-striped tbody > tr > td:nth-child(1n+3) {
  background: #d9e6f6;
}
.booking-tabs .tab-content .tab-pane .table-striped tbody > tr > td:nth-child(1n+4) {
  background: #2c8db0;
}
.booking-tabs .tab-content .tab-pane .table-striped tbody > tr > td p {
  margin: 0;
  font-weight: 600;
}
.booking-tabs .table-header {
  background-color: #1d5c73;
  padding: 10px;
  color: #fff;
}
/************************
    Step 2
************************/
.booking-step-2 {
  background-color: #fff;
  padding: 20px;
}
.booking-step-2 label {
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
}
.booking-step-2 .form-control {
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
}
.booking-step-2 .section-title {
  background-color: #44c7f5;
  color: #fff;
  margin-bottom: 20px;
  padding: 0 35px;
}
.booking-step-2 .section-title p {
  font-size: 22px;
  margin: 0;
  padding: 8px 0;
}
.booking-step-2 .notofier {
  color: #44c7f5;
  font-size: 18px;
  margin-top: 20px;
  text-transform: uppercase;
}
.booking-step-2 .btn-add {
  background-color: #44c7f5;
  color: #fff;
  line-height: 100%;
  padding: 0 35px;
  text-transform: none;
}
.booking-step-2 .btn-add:hover {
  background-color: #44c7f5;
}
.booking-step-2 .btn-add p,
.booking-step-2 .btn-add i {
  font-size: 22px;
  margin: 0;
  padding: 15px 0 10px;
}
.box-check-in-out {
  background-color: #1d5c73;
  color: #fff;
  padding: 35px;
}
.box-check-in-out label {
  color: #fff;
  font-weight: bold;
  margin: 0;
  text-transform: none;
}
.box-check-in-out .no-padding-right {
  padding-right: 0 !important;
}
.box-check-in-out select {
  font-weight: normal;
  text-transform: none;
}
.box-check-in-out .text-sm {
  font-size: 14px;
}
/************************
    Cart
************************/
.cart-remove a {
  background: #fff;
  border: 4px solid #39d0e2;
  color: #39d0e2;
  border-radius: 50%;
  display: inline-block;
  font-size: 9px;
  padding: 3px 5px;
}
.white-spinner {
  width: 55px;
}
.white-spinner input {
  text-align: right;
  padding: 6px;
  color: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  background: transparent;
  border-color: #fff;
}
.white-spinner .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.white-spinner .input-group-btn-vertical > .btn {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  display: block;
  float: none;
  font-size: 11px;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  background: transparent;
  border-color: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.white-spinner .input-group-btn-vertical > .btn:first-child {
  border-bottom: 0;
}
.white-spinner .input-group-btn-vertical > .btn:last-child {
  margin-top: 0;
  border-top: 0;
  border-bottom: 1px solid #fff;
}
.white-spinner .input-group-btn-vertical i {
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 3px;
}
.cart-list .item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.cart-side {
  background-color: #1d5c73;
  padding: 20px;
}
.cart-side h2 {
  color: #fff;
  margin: 0 0 30px 0;
}
.cart-side h2 i {
  margin-right: 10px;
}
.cart-side .text-total,
.cart-side .text-empty-cart {
  font-size: 22px;
}
.cart-side .price-total {
  font-size: 24px;
}
.cart-side .text-empty-cart {
  color: #fff;
  font-style: italic;
  text-align: center;
}
.mobile-cart-container {
  position: relative;
  z-index: 999999;
}
.cart-fixed {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999;
}
.cart-fixed > a {
  background: #ff8900;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  position: relative;
}
.cart-fixed .cart-count {
  position: absolute;
  top: -5px;
  right: 0;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background: #2c8db0;
  color: #fff;
}
/************************
    Step 3
************************/
.booking-confirm-top {
  background: #1d5c73;
  color: #fff;
  padding: 20px 30px;
  margin-top: 30px;
}
.booking-confirm-top .title {
  font-size: 28px;
}
.booking-confirm-top .title i {
  margin-right: 10px;
}
.booking-confirm-table .table > thead > tr {
  background: #d9e6f6;
}
.booking-confirm-table .table > thead > tr > th {
  border-bottom: 0;
  color: #1d5c73;
  font-weight: normal;
}
.booking-confirm-table .table > thead > tr > th:first-child {
  padding-left: 35px;
}
.booking-confirm-table .table > tbody > tr {
  background: #fff;
}
.booking-confirm-table .table > tbody > tr > td {
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 15px;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}
.booking-confirm-table .table > tbody > tr > td:first-child {
  padding-left: 35px;
}
.booking-confirm-table .table > tbody > tr:last-child td {
  border-color: #fff;
}
.booking-confirm-table .multi-choose .chosen-container ul {
  background: #fff;
  -moz-border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  border-radius: 8px !important;
  padding: 5px 10px;
}
.booking-confirm-table .multi-choose .chosen-container ul li.search-choice {
  background: #D0C6C6;
  border: 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 5px 20px 5px 5px;
}
.booking-confirm-table .multi-choose .chosen-container ul li.search-choice .search-choice-close {
  top: 7px;
}
.booking-confirm-table .remove {
  background: #fff;
  border: 3px solid #ECAC00;
  color: #ECAC00;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 11px;
  padding: 0 4px;
}
.wrapper-total,
.wrapper-discount {
  background-color: #1d5c73;
  padding: 20px 35px;
}
.wrapper-total p,
.wrapper-discount p {
  color: #fff;
  font-weight: 400;
  margin: 0;
}
.wrapper-total p .text-2lg,
.wrapper-discount p .text-2lg {
  font-size: 21px;
}
.wrapper-total p .text-3lg,
.wrapper-discount p .text-3lg {
  font-size: 31px;
  font-style: italic;
}
.wrapper-discount {
  background: #d9e6f6;
  padding: 2px 35px;
}
.wrapper-discount p {
  color: #000;
}
.booking-confirm-top {
  background: #1d5c73;
  color: #fff;
}
.print-only-visible {
  display: none;
}
.receipt-basic-info {
  background-color: #fff;
  padding: 20px 35px;
}
.receipt-basic-info .color-darkblue {
  color: #1d5c73;
  font-size: 24px;
  letter-spacing: 1px;
}
.receipt-basic-info .contact-details {
  font-size: 18px;
}
@media only print {
  a[href]:after {
    content: none !important;
  }
  .header-print {
    font-weight: bold;
    text-transform: uppercase;
  }
  .bg-header {
    padding: 25px 0;
    text-align: left;
  }
  .site-header,
  .site-nav,
  .site-footer,
  .header-links,
  .header__whatsapp,
  .lang-dropdown,
  .pre-footer,
  .btn-receipt-print {
    display: none;
  }
  header img {
    width: 80%;
  }
  .padding-ver-md {
    padding-top: 15px;
    padding-bottom: 0;
  }
  .receipt-inner {
    font-size: 16px;
  }
  .contact-details {
    font-size: 16px;
  }
  .booking-confirm-top,
  .receipt-basic-info {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  table {
    border: 1px solid #000;
    margin-top: 30px;
  }
  table tr td,
  table tr th {
    border: 1px solid #000 !important;
  }
}
.booking-tabs table.hide-standard-prices th:nth-child(3),
.booking-tabs table.hide-standard-prices td:nth-child(3) {
  display: none !important;
}