.kl-tl-content {
  background: #000;
  font-family: Roboto, sans-serif;
  max-width: 100% !important;
  width: 100%;
  padding: 80px;
  padding-bottom: 0;
}

.kl-section-container {
  max-width: 1140px;
  padding: 1.5em 0;
  margin: 0 auto;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield !important;
}

.kl-booking {
  font-family: sans-serif;
  font-size: 14px;
  background: #eee;
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: 0 8px 15px 0 rgba(255, 255, 255, 0.438);
  margin: 0 auto;
  padding: 1rem 0;
}

.kl-booking.kl-booking-1 {
  margin-top: -190px;
}

.kl-overlay-on-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #00000099;
  z-index: 3;
}

.kl-p-0 {
  padding-bottom: 0;
}

.kl-booking-form-group {
  display: flex;
  justify-content: space-between;
}

.kl-booking-form-group.kl-transfer--radio {
  justify-content: flex-start;
}

.kl-booking-form-group+.kl-booking-form-group {
  margin-top: 1rem;
}

.kl-booking-form-group--inline {
  column-gap: 1rem;
}

.kl-form-half {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.kl-necessary-date {
  margin: 4rem auto;
  margin-top: 0;
  color: #fff;
}

.kl-necessary-desc {
  text-align: center;
  margin-bottom: 10px;
}

.kl-booking-input-group.kl-necessary-input {
  margin: 0 auto;
  width: 25%;
}

.kl-booking-input-group {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.kl-booking-input {
  position: relative;
  width: 100%;
}

.kl-label {
  position: absolute;
  color: #6c6c6c;
  top: 27px;
  left: 15px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: position .1s linear;
}

.kl-booking-input.kl-focused .kl-label {
  top: 15px;
  color: #EDB409;
  font-size: 12px;
  font-weight: bold;
  transition: all .1s linear;
}

.kl-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 2em;
  background-position: center center;
  background-origin: content-box;
  width: 48px;
  height: 48px;
}

.kl-location {
  background-image: url('../images/location.png');
}

.kl-passenger {
  background-image: url('../images/passengers.png');
}

.kl-calendar {
  background-image: url('../images/date.png');
}

.kl-success {
  background-image: url('../images/success.png');
}

.kl-error {
  background-image: url('../images/form-error.png');
}


/* 
 * Design Counter
*/
.kl-modal-passenger {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .3);
  border-radius: 5px;
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  height: 6em;
  padding: 1em;
  z-index: 5;
}

.kl-modal-passenger__btn {
  line-height: 1.7em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: 1px solid #6c6c6c;
  border-radius: 3px;
  width: 1.7em;
  text-align: center;
  color: #6c6c6c;
  font-size: 18px;
  height: 1.7em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition: all .3s ease;
}

.kl-modal-passenger__input {
  background-color: #fff;
  color: #151515;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: 0;
  width: 2.2em !important;
  height: 2.2em;
  display: block !important;
  margin: 0 .5em !important;
  padding: 0 .5em !important;
  text-align: center;
  border-style: none !important;
}

.kl-info-nombre-passager {
  cursor: pointer;
}

.kl-btn-select-number {
  display: none;
  margin-top: 10px;
  width: 100%;
}


.kl-picker-date-return {
  display: none;
}

.kl-column-1 {
  width: 50%;
}

.kl-column-1__add {
  display: none;
}

.kl-return-toogle {
  width: 100%;
  height: 3.5em;
  padding: .5em;
  border-radius: 5px;
  color: #6c6c6c;
  cursor: pointer;
  font-weight: 300;
  background-image: url("../images/add.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.5em;
  padding-left: 2em;
  line-height: 2.5em;
}

.kl-booking-input p {
  position: absolute;
  margin-bottom: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
}

.kl-booking-form-group .kl-booking-form-input {
  width: 100%;
  border-radius: 5px;
  border: 0;
  background-color: #fff;
  height: 3.5em;
  color: #151515;
  padding: 1.4em 2.4em .5em 1.2em;
  -webkit-box-shadow: 0 0 15px -3px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 0 15px -3px rgba(0, 0, 0, .5);
  box-shadow: 0 0 15px -3px rgba(0, 0, 0, .5);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-sizing: border-box;
  transition: all .1s;
}

.kl-booking-input .kl-booking-form-input::placeholder {
  opacity: 0;
}

#id-passenger.kl-booking-form-input {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none;
}

.kl-booking-input.kl-input-success .kl-label {
  top: 15px;
  color: #4ab857;
  font-size: 12px;
  font-weight: bold;
}

.kl-booking-input.kl-input-success .kl-booking-form-input {
  border: 1px solid #4ab857;
}

.kl-booking-input.kl-input-error .kl-label {
  top: 15px;
  color: #ee2d2d;
  font-size: 12px;
  font-weight: bold;
}

.kl-booking-input.kl-input-error .kl-booking-form-input {
  border: 1px solid #ee2d2d;
}

#id-date-departure,
#id-date-return {
  cursor: pointer;
}

.kl-booking-input-group.kl-btn-group {
  width: 50%;
}

.kl-btn-group {
  padding-left: 15px;
  padding-right: 15px;
}

.kl-btn-group button {
  width: 100%;
}

button.kl-btn {
  background: #4ab857;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-size: inherit;
  font-weight: 600;
  height: 4em;
  padding: 15px 35px;
  outline: 0;
  text-align: center;
  text-transform: none;
  transition: .3s;
}

/*button.kl-btn-primary {
  background-color: #eee;
}-*/

button.kl-btn:hover,
button.kl-btn:focus {
  background: #3a8d44;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.kl-btn-next {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

/* 
 * Step 2 Design
*/
.kl-banner {
  width: 100%;
  background: #fff;
  color: #000;
  font-weight: bold;
  margin: 0;
  padding: 20px 0;
}

.kl-banner-content {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.kl-container {
  color: #fff;
  font-size: 14px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.kl-content {
  display: flex;
}

.kl-aside {
  width: 25%;
  padding-right: 20px;
}

.kl-aside-title {
  color: #EDB409;
  font-size: 1em;
  margin-bottom: 30px;
}

.kl-card {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 8px 15px 0 rgba(199, 186, 186, 0.493);
  border-radius: 5px;
  color: #000;
  margin: 25px 0;
}

.kl-main-card {
  padding: 15px;
}

.kl-route {
  font-size: 0.9em;
}

.kl-route-detail-title {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  padding-bottom: 0;
}

.kl-route-detail {
  padding: 10px;
  padding-bottom: 0;
}

.kl-para-italic {
  font-style: italic;
}

.kl-route-detail-title p:first-child {
  font-weight: bold;
}

a.kl-modify-route {
  text-decoration: none;
  color: #EDB409;
}

.kl-route-detail>p span {
  color: #6c6c6c;
}

.kl-main {
  width: 75%;
  padding-left: 20px;
  padding-bottom: 20px;
}

.kl-main-title {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.kl-main .kl-card:hover {
  border: 1px solid #EDB409;
}

.kl-vehicle {
  color: #6c6c6c;
  display: flex;
  justify-content: flex-start;
}

.kl-vehicle-img {
  /* padding: 20px 0; */
  width: 160px;
  height: auto;
}

.kl-vehicle-img img {
  width: 100%;
  object-fit: contain;
}

.kl-vehicle-description {
  margin-top: 13px;
}

.kl-rating {
  display: block;
  padding: 15px 0;
  text-align: right;
}

.kl-rating img {
  margin-left: auto;
  width: 80px;
}


.kl-vehicle-desc {
  padding-left: 50px;
}

.kl-vehicle-desc p:first-child {
  font-size: 1.1em;
  font-weight: bold;
  color: black;
  margin-top: 0;
  text-transform: capitalize;
}

.kl-vehicle-desc .fa-info-circle {
  color: #EDB409;
}

.kl-vehicle-desc .kl-promo {
  color: #4ab857;
}

.kl-vehicle-price {
  margin-left: auto;
}

.kl-vehicle-price p:first-child {
  margin-top: 0;
}

p.kl-vehicle-status {
  text-align: center;
  padding: .2em 1em;
  margin-top: 0;
  border-radius: 15px;
  float: right;
  width: auto;
}

.kl-status-taken {
  color: #EDB409;
  border: 1px solid #EDB409;
}

.kl-status-ordered {
  color: #fff;
  border: 1px solid #6c6c6c;
  background: #6c6c6c;
}

.kl-vehicle-price .kl-route-price {
  clear: both;
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
  float: right;
}

.kl-vehicle-price .kl-route-price-before {
  color: #6c6c6c;
  ;
  font-size: 0.8em;
  font-weight: normal;
  text-decoration: line-through;
}

.kl-vehicle-price p:last-child {
  clear: both;
}

.kl-card-footer {
  text-align: right;
  margin: 10px 0;
}


/* 
 * Modal window CSS 
*/
.kl-popup {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -10%);
  color: #333;
  visibility: hidden;
  opacity: 0;
  margin: 0 auto;
  width: 45%;
  -webkit-transition: opacity .5s,
    visibility 0s linear .5s;
  transition: opacity .5s,
    visibility 0s linear .5s;
  z-index: 4;
}

.kl-popup.active,
.kl-popup:target {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.kl-close-popup {
  background: rgba(0, 0, 0, .9);
  cursor: default;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  /* "delay" the visibility transition */
  -webkit-transition: opacity .5s,
    visibility 0s linear .5s;
  transition: opacity .5s,
    visibility 0s linear .5s;
  z-index: 3;
}

.kl-popup.active+.kl-close-popup,
.kl-popup:target+.kl-close-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.kl-popup-content .kl-booking-form-group {
  display: block;
  padding-bottom: 0;
}

.kl-popup-content .kl-column {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
}

.kl-popup-content .kl-column-1 {
  width: 50%;
  /* padding-bottom: 1.5em; */
}

.kl-popup-content .kl-column-1__add {
  margin-top: 1rem;
}

.kl-popup-content .kl-booking-input-group.kl-column-1:last-child {
  margin-top: 0;
}

.kl-popup-content .kl-booking-input-group+.kl-booking-input-group {
  margin-top: 1rem;
}

.kl-popup-content .kl-picker-date-return .kl-booking-input {
  margin-top: 0;
}

.kl-popup-content .kl-column-1__add .kl-booking-input {
  margin-top: 0;
}

.kl-popup-content .kl-btn-group {
  display: block;
  width: 100%;
}

.kl-popup .kl-close:hover {
  color: #EDB409;
}

.kl-popup .kl-popup-content {
  overflow: hidden;
}

.kl-d-none {
  display: none;
}

.kl-d-none-2 {
  display: none !important;
}

/*
 *
 * Checkout Design
 *
*/
.kl-card-title {
  text-align: right;
  background: #4ab857;
  color: #fff;
  padding: 10px;
  margin: -1px;
  border: 1px solid #4ab857;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.kl-card-title p {
  margin-top: 0;
  margin-bottom: 5px;
}

.kl-card-title p:first-child,
.kl-new-price-step4,
.kl-old-price-step4 {
  font-size: 1.5em;
  font-weight: 700;
}

.kl-target-point {
  max-width: 40%;
  width: 40%;
}

.kl-transfer-detail {
  display: flex;
}

.kl-transfer-label {
  color: rgba(255, 255, 255, 0.6);
}

.kl-target-point .kl-place {
  font-weight: 700;
}

.kl-transfer-schedule {
  max-width: 60%;
  width: 60%;
}

.kl-transfer-schedule>*+* {
  margin-top: 2rem;
}

.kl-transfer-schedule .kl-booking-form-group:first-child {
  padding-top: 0;
}

.kl-transfer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 15px; */
}

.kl-passenger-quantity {
  display: flex;
}

/* Ripple effect */
.kl-ripple {
  background-position: center;
  transition: background 0.8s;
}

.kl-ripple:hover {
  background: #e6e6e6 radial-gradient(circle, transparent 1%, #e6e6e6 1%) center/15000%;
}

.kl-ripple:active {
  background-color: #8a8a8a;
  background-size: 100%;
  transition: background 0s;
}

.kl-number-decrement {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 3.5em;
  line-height: 3.5em;
  text-align: center;
  cursor: pointer;
  background: #FFF;
  border: none;
  height: 3.5em;
  user-select: none;
  color: #6c6c6c;
  margin-right: -5px;
}

.kl-span-number-passenger {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 3.5em;
  line-height: 3.5em;
  text-align: center;
  cursor: pointer;
  background: #FFF;
  border: none;
  height: 3.5em;
  user-select: none;
  color: #6c6c6c;
  margin-right: -5px;
}

.kl-number-increment {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 3.5em;
  line-height: 3.5em;
  text-align: center;
  cursor: pointer;
  background: #FFF;
  border: none;
  height: 3.5em;
  user-select: none;
  color: #6c6c6c;
  margin-left: -5px;
}

.kl-passenger-number {
  border-style: none !important;
  user-select: none;
  background: #fff;
  color: #6c6c6c;
  width: 5em !important;
  padding: 0 .5em !important;
  vertical-align: top;
  text-align: center;
  outline: 0;
}

.kl-passenger-number:focus {
  border-style: none;
  outline: none;
}

.kl-textarea-info-supp {
  min-width: 100%;
  min-height: 8em;
}

.kl-select-wrap {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px -3px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 15px -3px rgba(0, 0, 0, .2);
  box-shadow: 0 0 15px -3px rgba(0, 0, 0, .2);
  width: 12em;
  background: #fff;
}

.kl-select-wrap-full {
  width: 100%;
}

.kl-select-wrap.kl-select-wrap-full select.kl-booking-form-input {
  width: 100%;
}

.kl-select-wrap select:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 50%;
  color: #6c6c6c;
  background: #fff;
  padding: .5em;
  height: 3.5em;
  border-radius: 5px;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A);
  background-position: right 1% center;
  background-repeat: no-repeat;
  background-size: auto 35%;
  border: 1px solid #fff;
  float: left;
}

.kl-select-wrap select:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 50%;
  color: #6c6c6c;
  background: #fff;
  padding: .5em;
  height: 3.5em;
  border-radius: 5px;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A);
  background-position: right 1% center;
  background-repeat: no-repeat;
  background-size: auto 35%;
  border: 1px solid #fff;
  float: right;
}

.kl-separator hr {
  margin: 2rem 1rem 3rem 1rem;
  border: none;
  height: 1px;
  background: #ccc;
}

.kl-separator--black hr {
  margin: 0;
}

.kl-info-supp p {
  border-radius: 5px;
  border: 1px dashed rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  font-weight: 300;
  line-height: 2.5em;
  min-height: 3.5em;
  padding: .5em;
  width: 100%;
}

.kl-step-btn {
  display: flex;
  justify-content: flex-end;
  padding-top: 1.5em;
  width: 100%;
}

.kl-stepback-btn {
  padding-right: 10px;
}

.kl-stepforward-btn {
  padding-left: 10px;
}

.kl-delete-icon {
  position: absolute;
  z-index: 3;
  top: -.7em;
  right: -.7em;
  background-image: url('../images/delete.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  background-size: .8em;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  display: block;
  cursor: pointer;
  -webkit-box-shadow: 0 0 15px -1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 15px -1px rgba(0, 0, 0, .2);
  box-shadow: 0 0 15px -1px rgba(0, 0, 0, .2);
}

.kl-main-title-flex {
  display: flex;
  justify-content: space-between;
}



.kl-add-return-transfert-form {
  margin-top: 4.5em;
  margin-bottom: 1.5em;
  background-color: #fff;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 5px;
  height: auto;
  padding: 1.5em .5em;
  -webkit-box-shadow: 0 0 15px -3px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 15px -3px rgba(0, 0, 0, .2);
  box-shadow: 0 0 15px -3px rgba(0, 0, 0, .2);
}

.kl-add-return-transfert-content {
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
  padding-left: 15px;
}

.kl-return-transfert-icon {
  background-image: url('../images/return_icon.png');
  background-repeat: no-repeat;
  background-size: 3.5em;
  width: 3.5em;
  height: 3.5em;
  display: inline-block;
}

.kl-return-transfert-text {
  color: #151515;
  font-weight: 300;
  display: inline-block;
  vertical-align: top;
  padding-top: 1em;
  padding-left: 1em;
  width: 60%;
}

.kl-return-transfert-text span {
  color: #EDB409;
}

.kl-main-remove-transfert-return {
  background: #e44050;
  width: auto;
  height: auto;
  border-radius: 15px;
  display: block;
  color: #fff;
  padding-top: .25em;
  background-image: url('../images/delete_white.png');
  background-repeat: no-repeat;
  cursor: pointer;
  margin-bottom: 2em;
  padding: .3em 3em .3em .7em;
  background-size: 1.2em auto;
  background-position: 90% 50%;
  margin-top: -.3em;
  transition: background .3s ease;
}

.kl-main-remove-transfert-return:hover {
  background: #b1323e;
  background-image: url('../images/delete_white.png');
  background-repeat: no-repeat;
  background-size: 1.2em auto;
  background-position: 90% 50%;
}

/* 
 * Date Picker Design
*/
[type="date"]::-webkit-inner-spin-button {
  opacity: 1;
}

[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 1;
}

#ui-datepicker-div {
  display: none;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  border: none;
  font-family: inherit;
  padding: 3px;
  width: 305px;
  z-index: 4 !important;
}

.ui-datepicker .ui-datepicker-header {
  padding: 0;
}

.ui-datepicker .ui-datepicker-calendar {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  margin: 0;
}

.ui-datepicker .ui-datepicker-calendar thead,
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  border: none;
  text-transform: none;
}

.ui-datepicker .ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #78909C;
  border-top: none !important;
}

.ui-datepicker .ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}

.ui-datepicker .ui-datepicker-calendar tbody>tr:nth-child(odd)>td,
.ui-datepicker .ui-datepicker-calendar tbody>tr:nth-child(odd)>th {
  background-color: transparent;
}

.ui-datepicker .ui-datepicker-calendar tbody>tr:hover>td,
.ui-datepicker .ui-datepicker-calendar tbody>tr:hover>th {
  background-color: transparent;
}

.ui-datepicker .ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 5px;
  border: none;
  line-height: 40px;
  color: #546E7A;
  font-size: 14px;
  width: 40px;
  height: 40px;
  transition: 0.3s all;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-calendar tbody td a:hover {
  background-color: #E0F2F1;
  border: none !important;
}

.ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #EDB409;
  color: white;
}

.ui-datepicker .ui-datepicker-header a.ui-corner-all {
  position: absolute;
  top: 0;
  cursor: pointer;
  border-radius: 0.25rem;
  border: none;
  width: 40px;
  height: 40px;
  /* margin: 1.2rem; */
  transition: 0.3s all;
}

.ui-datepicker .ui-datepicker-header a.ui-corner-all:hover {
  background-color: #ECEFF1;
}

.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 50%;
  transform: rotate(180deg);
}

.ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 50%;
}

.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev::before,
.ui-datepicker .ui-datepicker-header a.ui-datepicker-next::before {
  content: '';
}

.ui-datepicker .ui-datepicker-header a>span {
  display: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  line-height: 40px;
  margin-bottom: 0.25rem;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 0.25rem;
  display: flex;
  justify-content: center;
}

.ui-datepicker span.ui-state-default {
  display: block;
  border-radius: 5px;
  line-height: 40px;
  transition: 0.3s all;
  font-size: 14px;
  text-decoration: none;
}

.ui-datepicker td a,
.ui-datepicker td span {
  width: 40px;
  height: 40px;
  padding: 0px;
  text-align: center;
}

.ui-datepicker .ui-datepicker-week-col {
  color: #78909C;
  font-weight: 400;
  font-size: 14px;
}

.ui-datepicker .ui-datepicker-unselectable.ui-state-disabled {
  color: rgba(0, 0, 0, 0.2);
}

.ui-datepicker select.ui-datepicker-month {
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 400;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 10px 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: auto;
}

.ui-datepicker select.ui-datepicker-year {
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 400;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 10px;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: auto;
}

.ui-datepicker .ui-datepicker-buttonpane {
  margin: 0;
}

.ui-datepicker button.ui-corner-all {
  color: #383838;
  font-size: 14px;
  width: 46%;
  border-radius: 5px;
  border: 0;
  margin: 2%;
  padding: .4em;
  background-color: #eee;
  text-transform: capitalize;
}

.ui-datepicker button.ui-corner-all:hover {
  background-color: #383838;
  color: #fff;
  text-decoration: none;
}

/* 
 * Autocompletion Google Map CSS
*/
.pac-container {
  overflow: auto;
}

.pac-container .pac-item {
  display: block;
  line-height: 1em;
  font-weight: 300;
  cursor: pointer;
  background-color: #fff;
  font-size: 1em;
  border: none;
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  padding: 17px 20px 14px 50px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 50px;
  background-image: url('../images/town.png');
  transition: all .3s ease;
}

.pac-container .pac-item:hover {
  background-color: #dfdfdf;
}

.pac-container .pac-item:hover span {
  color: #EDB409;
}

.pac-item .pac-icon {
  display: none;
}

.pac-item .pac-item-query {
  font-size: 1em;
}

/* ---- CHECKOUT PAGE CSS ---- */
.kl-option-input {
  visibility: hidden;
  height: 0;
  width: 0;
  display: none;
}

.kl-label-radio {
  height: 3.5em;
  line-height: 3.5em;
  width: 8em;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/checkmark_empty.png');
  background-position: .8em 1.1em;
  background-size: 1.3em;
  background-repeat: no-repeat;
  color: #6c6c6c;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 15px -3px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 15px -3px rgba(0, 0, 0, .2);
  box-shadow: 0 0 15px -3px rgba(0, 0, 0, .2);
  transition: all .1s ease-in-out;
  transition-property: background-color,
    padding-left;
  margin-right: 1em;
}

.kl-label-radio.kl-label-radio--long {
  width: 15em !important;
}

.kl-span-block {
  display: block;
}

.kl-option-input:checked+.kl-label-radio {
  background-color: #4ab857;
  color: #fff;
  background-image: url('../images/checkmark_white_full.png');
}

.kl-option-input.kl-option-input--error+.kl-label-radio {
  background-color: #ee2d2d;
  color: #fff;
}

input#id-code-reduc {
  width: 70%;
}

button#id-code-reduc-send {
  width: 30%;
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 56px;
  padding: .5em;
  background: #eee;
  color: #6c6c6c;
  font-size: 14px;
  float: left;
  box-shadow: none;
  margin-left: -5px;
  text-transform: none;
  text-decoration: none;
  word-break: break-all;
  transition: background .3s ease;
  z-index: 2;
}

button#id-code-reduc-send:hover {
  background: #EDB409;
  color: #fff;
}

.kl-booking-form-group.kl-code-reduc {
  width: 70%;
}

.kl-code-reduc .kl-code-reduc-input-btn {
  display: flex;
  align-items: center;
}

.kl-price-calculation {
  margin-top: 1.5em;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px -3px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 15px -3px rgba(0, 0, 0, .2);
  box-shadow: 0 0 15px -3px rgba(0, 0, 0, .2);

}

.kl-calculation-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  color: #6c6c6c;
}

.kl-total-price-row {
  background: #4ab857;
  color: #fff;
  font-weight: 700;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.kl-tel-num-plus {
  line-height: 3.5em;
  text-align: center;
  color: #fff;
  width: 5%;
  display: block;
  float: left;
}

.kl-orders--title {
  color: #EDB409;
  margin: 1rem;
  text-transform: capitalize;
  font-size: 25px;
  text-align: center;
}

.kl-vehicle-img--center {
  margin: 1rem auto;
}

.kl-orders--desc {
  margin: 1.5rem;
}

.kl-orders--desc p span {
  color: #6c6c6c;
}

.kl-popup--little {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
}

#id-additional-info {
  display: none;
}

.kl-form-group-error {
  background: #ee2d2d;
  padding-left: 1.5rem;
  font-size: 14px;
  color: white;
  margin-top: -2px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: .5em 1em;
}

.fa.fa-exclamation-triangle {
  margin-right: 5px;
}

.woocommerce {
  display: none !important;
  transform: scale(0);
}

.kl-span-tripadvisor {
  display: block;
  width: 8em;
}

.kl-span-tripadvisor-rating {
  display: block;
  width: 5em;
}