.panel-heading {
  border-bottom: 1px solid #E6E5E5;
}
.panel-heading .panel-title {
  font-size: 1rem;
  background: #eeeeee;
  margin: 0;
}
.panel-heading .panel-title a {
  display: block;
  padding: 20px 10px;
  color: #373a3c;
  text-transform: uppercase;
  font-weight: 900;
  text-decoration: none !important;
}
.panel-heading .panel-title a i {
  float: right;
}

.panel-collapse > div {
  margin: 30px 20px;
}

.panel-collapse.map-panel > div {
  margin-bottom: 0;
}

.product-feature {
  background: #eeeeee;
}
.product-feature .row {
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .product-feature .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 992px) {
  .product-feature .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.product-feature .row .col-lg-4 {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(204, 204, 204, 0.58);
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  padding: 20px;
  margin-top: 54px;
}
@media (min-width: 992px) {
  .product-feature .row .col-lg-4 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 768px) {
  .product-feature .row .col-lg-4 {
    margin-top: 0;
  }
}
.product-feature .product-price {
  padding: 3rem 1rem 1rem;
}
.product-feature .product-price p {
  font-size: 1.25rem;
}
.product-feature .product-price p span {
  font-size: 2rem;
}

.product-feature--intro .title {
  font-size: 1.75rem;
}
@media (min-width: 1250px) {
  .product-feature--intro .title {
    font-size: 2.5rem;
  }
}

.main-banner--filter {
  position: static;
}

.product-feature > .container {
  padding-top: 1rem;
  padding-bottom: 5rem;
}
@media (min-width: 544px) {
  .product-feature > .container {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}

.product-feature--booking {
  padding: 15px;
}
.product-feature--booking h2 {
  background: #1054c1;
  color: #fff;
  padding: 15px;
  margin: -15px -15px 15px;
  font-size: 1rem;
  font-weight: 500;
}
.product-feature--booking p {
  font-weight: 500;
  margin: 15px 0;
  font-size: 0.875rem;
}
.product-feature--booking .btn {
  margin-left: 15px;
}

.testimonial {
  padding: 20px;
  font-size: 0.875rem;
  font-style: italic;
  background: #1054c1;
  color: #fff;
  margin-bottom: 0;
  border: none;
  position: relative;
}
.testimonial:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 70px 50px 0;
  border-color: transparent #1054c1 transparent transparent;
  right: 40px;
}
@media (min-width: 768px) {
  .testimonial:after {
    border-width: 0 120px 70px 0;
  }
}

section.product-information {
  padding: 0;
}
section.product-information .container {
  padding-top: 1em;
  padding-bottom: 5em;
}
@media (min-width: 768px) {
  section.product-information .container {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  section.product-information.Calendar .container {
    padding-top: 1em;
    padding-bottom: 5em;
  }
}
@media (min-width: 767px) {
    #CalendarForm_ProductBookingForm .form-group label.col-md-8 {
        width: 66.6666666667%
    }
}

.availability-calendar, .selectedDateFareFields {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 16px;
    background-color: #f9f9f9;
    margin-bottom: 16px;
    margin-top: 16px;
}
.availability-calendar-days,
.availability-calendar-dates {
    font-size:small;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(7, minmax(30px, 1fr));
    width:100%;
}
.availability-calendar-days .calendar-day{
    text-align:center;
}
.availability-calendar-dates .calendar-date {
    background:#fff;
    display:flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    cursor: pointer;
    transition: all 0.3s;
}
.availability-calendar-dates .calendar-date-available,
.availability-calendar-dates .calendar-date-available:hover,
.availability-calendar-dates .calendar-date-available:focus {
    border:1px solid #FECB00;
    background:#FECB00;
}

.availability-calendar-dates .calendar-date-selected,
.availability-calendar-dates .calendar-date-selected:focus,
.availability-calendar-dates .calendar-date-selected:hover,
.time-buttons .badge.selected {
    background:#1054c1;
    border:1px solid #1054c1;
    color:#fff;
    margin-right: 5px;
}
.calendar-loading,
.cart-loading,
.loading {
    margin: 0 auto;
    background-image: url('../images/ajax-loader.gif');
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    display: none;
}

.selectedDateFareFields {
    display: none;
    background-color: #fff;
}

.selectedDateFareFields input[type="number"] {
    border: 1px solid var(--pans-yellow-color);
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 13px;
    width: 64px;
}
.selectedDateFareFields input[type="number"][disabled] {
    border: 1px solid #ccc;
    background-color: #ccc;
}

.pricing-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}
.pricing-title {
    width: 180px;
    flex-shrink: 0;
}
.pricing-row .time-buttons {
    flex-grow: 1;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}
.quantity-input {
    /*width: 64px;
    padding: 6px;
    text-align: center;
    opacity: 0.5;
    cursor: not-allowed;*/
}

.time-buttons .badge {
    margin-right: 5px;
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    background-color: #fdcb00;
    margin-bottom: 5px;
}
#CalendarForm_ProductBookingForm button#CalendarForm_ProductBookingForm_action_add {
    width: 100%;
    background:#1054c1;
    border:1px solid #1054c1;
    color:#fff;
}
.pricing-title .loading {
    width: 15px;
    height: 15px;
    display: block;
    font-size: 60%;
}
.pricing-title.muted-text {
    color: #888;
}
.addToCartMessage {
    position: fixed;
    top: 50%;
    left: 63%;
    transform: translate(-20%,-50%);
    background: #000;
    color: #fff;
    padding:15px 20px;
    border-radius: 5px;
    font-size: 16px;
    z-index: 2000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.grid-booking-form {
    position: absolute;
    top: 0;
    z-index: 100001;
    display: none;
    width: 100%;
}

.popup-cart {
    background: #fff;
    width: 100%;
    padding: 10px;
}
.popup-cart h2 {
    font-size: 20px;
    background: #999;
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
    margin-top: 0;
    margin-bottom: 10px;
}
@media (min-width: 320px) {
    .popup-cart {
        margin: 5px;
    }
}
@media (min-width: 768px) {
    .popup-cart .Actions .btn {
        margin-bottom: 4px;
    }
}

.popup-cart .middleColumn {
    margin-bottom: auto;
    margin-left: auto;
    margin-top: auto;
}

.popup-cart .cart-table {
    max-height: 200px;
}

.ProductDetailPage .popover {
    z-index: 100003;
}
/*# sourceMappingURL=product-detail.css.map */
